Html Css Color HEX #8CC20F Citrus

📋 copy color: '#8CC20F'

red 140 ◦ green 194 ◦ blue 15

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

Shades of Citrus #8CC20F

Tints of Citrus #8CC20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.59%

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 40.11%
G = 55.59%
B = 4.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#8CC20F (or 0x8CC20F) is known color: Citrus. HEX triplet: 8C, C2 and 0F. RGB value is (140,194,15). Sum of RGB (Red+Green+Blue) = 140+194+15=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC20F is #733DF0. Grayscale: #9E9E9E. Windows color (decimal): -7552497 or 1032844. OLE color: 1032844.

HSL color Cylindrical-coordinate representation of color #8CC20F: hue angle of 78.1º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CC20F is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 194 15 -
CMYK 0.28 0 0.92 0.24
HSL 78.1º 0.86% 0.41% -
HSV(B) 78.1º 0.92% 0.76% -
XYZ 30.19 44.19 7.39 -
YUV 157.45 47.61 115.55 -
System Red Green Blue C M Y K H S L
Decimal 140 194 15 0.28 0 0.92 0.24 78.1 0.86 0.41
Hex 8C C2 F 1C 0 5C 18 4E 56 29
Octal 214 302 17 34 0 134 30 116 126 51
Binary 10001100 11000010 1111 11100 0 1011100 11000 1001110 1010110 101001

Color Harmonies of #8CC20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC20F

Black with #8CC20F

Text Example


Text Example

White with #8CC20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,194,15); }

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

background-color css

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

 a { background-color: rgb(140,194,15); }

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

border-color css

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

 span { border-color: rgb(140,194,15); }

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