Html Css Color HEX #9FD008 Citrus

📋 copy color: '#9FD008'

red 159 ◦ green 208 ◦ blue 8

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

Shades of Citrus #9FD008

Tints of Citrus #9FD008

RGB

 RED value IS 159 (62.5% from 255) = 42.4%

 GREEN value IS 208 (81.64% from 255) = 55.47%

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 42.4%
G = 55.47%
B = 2.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#9FD008 (or 0x9FD008) is known color: Citrus. HEX triplet: 9F, D0 and 08. RGB value is (159,208,8). Sum of RGB (Red+Green+Blue) = 159+208+8=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD008 is #602FF7. Grayscale: #ABABAB. Windows color (decimal): -6303736 or 577695. OLE color: 577695.

HSL color Cylindrical-coordinate representation of color #9FD008: hue angle of 74.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9FD008 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 208 8 -
CMYK 0.24 0 0.96 0.18
HSL 74.7º 0.93% 0.42% -
HSV(B) 74.7º 0.96% 0.82% -
XYZ 36.9 52.5 8.42 -
YUV 170.55 36.27 119.76 -
System Red Green Blue C M Y K H S L
Decimal 159 208 8 0.24 0 0.96 0.18 74.7 0.93 0.42
Hex 9F D0 8 18 0 60 12 4B 5D 2A
Octal 237 320 10 30 0 140 22 113 135 52
Binary 10011111 11010000 1000 11000 0 1100000 10010 1001011 1011101 101010

Color Harmonies of #9FD008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD008

Black with #9FD008

Text Example


Text Example

White with #9FD008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FD008; }

 p { color: rgb(159,208,8); }

 H1.HeaderClassName
 {
   color: #9FD008;
 }
 .AnyTagClassName
 {
   color: #9FD008;
 }
</style>

background-color css

<style>
 a { background-color: #9FD008; }

 a { background-color: rgb(159,208,8); }

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

border-color css

<style>
 span { border-color: #9FD008; }

 span { border-color: rgb(159,208,8); }

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