Html Css Color HEX #8CD20C Citrus

📋 copy color: '#8CD20C'

red 140 ◦ green 210 ◦ blue 12

#8CD20C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8CD20C

Tints of Citrus #8CD20C

RGB

 RED value IS 140 (55.08% from 255) = 38.67%

 GREEN value IS 210 (82.42% from 255) = 58.01%

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 38.67%
G = 58.01%
B = 3.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8CD20C (or 0x8CD20C) is known color: Citrus. HEX triplet: 8C, D2 and 0C. RGB value is (140,210,12). Sum of RGB (Red+Green+Blue) = 140+210+12=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 210 (82.42% from 255 or 58.01% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD20C is #732DF3. Grayscale: #A7A7A7. Windows color (decimal): -7548404 or 840332. OLE color: 840332.

HSL color Cylindrical-coordinate representation of color #8CD20C: hue angle of 81.21º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CD20C is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 210 12 -
CMYK 0.33 0 0.94 0.18
HSL 81.21º 0.89% 0.44% -
HSV(B) 81.21º 0.94% 0.82% -
XYZ 33.93 51.7 8.54 -
YUV 166.5 40.81 109.1 -
System Red Green Blue C M Y K H S L
Decimal 140 210 12 0.33 0 0.94 0.18 81.21 0.89 0.44
Hex 8C D2 C 21 0 5E 12 51 59 2C
Octal 214 322 14 41 0 136 22 121 131 54
Binary 10001100 11010010 1100 100001 0 1011110 10010 1010001 1011001 101100

Color Harmonies of #8CD20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD20C

Black with #8CD20C

Text Example


Text Example

White with #8CD20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CD20C; }

 p { color: rgb(140,210,12); }

 H1.HeaderClassName
 {
   color: #8CD20C;
 }
 .AnyTagClassName
 {
   color: #8CD20C;
 }
</style>

background-color css

<style>
 a { background-color: #8CD20C; }

 a { background-color: rgb(140,210,12); }

 div.DivClassName
 {
   background-color: #8CD20C;
 }
 .BgClassName
 {
   background-color: #8CD20C;
 }
</style>

border-color css

<style>
 span { border-color: #8CD20C; }

 span { border-color: rgb(140,210,12); }

 td.TdClassName
 {
   border-color: #8CD20C;
 }
 .TagClassName
 {
   border-color: #8CD20C;
 }
</style>