Html Css Color HEX #8CC414 Citrus

📋 copy color: '#8CC414'

red 140 ◦ green 196 ◦ blue 20

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

Shades of Citrus #8CC414

Tints of Citrus #8CC414

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.06%

 BLUE value IS 20 (8.2% from 255) = 5.62%

R = 39.33%
G = 55.06%
B = 5.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#8CC414 (or 0x8CC414) is known color: Citrus. HEX triplet: 8C, C4 and 14. RGB value is (140,196,20). Sum of RGB (Red+Green+Blue) = 140+196+20=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC414 is #733BEB. Grayscale: #9F9F9F. Windows color (decimal): -7551980 or 1361036. OLE color: 1361036.

HSL color Cylindrical-coordinate representation of color #8CC414: hue angle of 79.09º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CC414 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 140 196 20 -
CMYK 0.29 0 0.90 0.23
HSL 79.09º 0.81% 0.42% -
HSV(B) 79.09º 0.9% 0.77% -
XYZ 30.68 45.11 7.75 -
YUV 159.19 49.45 114.31 -
System Red Green Blue C M Y K H S L
Decimal 140 196 20 0.29 0 0.90 0.23 79.09 0.81 0.42
Hex 8C C4 14 1D 0 5A 17 4F 51 2A
Octal 214 304 24 35 0 132 27 117 121 52
Binary 10001100 11000100 10100 11101 0 1011010 10111 1001111 1010001 101010

Color Harmonies of #8CC414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC414

Black with #8CC414

Text Example


Text Example

White with #8CC414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,196,20); }

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

background-color css

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

 a { background-color: rgb(140,196,20); }

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

border-color css

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

 span { border-color: rgb(140,196,20); }

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