Html Css Color HEX #8CC90F Citrus

📋 copy color: '#8CC90F'

red 140 ◦ green 201 ◦ blue 15

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

Shades of Citrus #8CC90F

Tints of Citrus #8CC90F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.46%

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

R = 39.33%
G = 56.46%
B = 4.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#8CC90F (or 0x8CC90F) is known color: Citrus. HEX triplet: 8C, C9 and 0F. RGB value is (140,201,15). Sum of RGB (Red+Green+Blue) = 140+201+15=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 201 (78.91% from 255 or 56.46% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC90F is #7336F0. Grayscale: #A2A2A2. Windows color (decimal): -7550705 or 1034636. OLE color: 1034636.

HSL color Cylindrical-coordinate representation of color #8CC90F: hue angle of 79.68º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CC90F is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 201 15 -
CMYK 0.30 0 0.93 0.21
HSL 79.68º 0.86% 0.42% -
HSV(B) 79.68º 0.93% 0.79% -
XYZ 31.79 47.38 7.92 -
YUV 161.56 45.29 112.62 -
System Red Green Blue C M Y K H S L
Decimal 140 201 15 0.30 0 0.93 0.21 79.68 0.86 0.42
Hex 8C C9 F 1E 0 5D 15 50 56 2A
Octal 214 311 17 36 0 135 25 120 126 52
Binary 10001100 11001001 1111 11110 0 1011101 10101 1010000 1010110 101010

Color Harmonies of #8CC90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC90F

Black with #8CC90F

Text Example


Text Example

White with #8CC90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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