Html Css Color HEX #9DC008 Citrus

📋 copy color: '#9DC008'

red 157 ◦ green 192 ◦ blue 8

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

Shades of Citrus #9DC008

Tints of Citrus #9DC008

RGB

 RED value IS 157 (61.72% from 255) = 43.98%

 GREEN value IS 192 (75.39% from 255) = 53.78%

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

R = 43.98%
G = 53.78%
B = 2.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#9DC008 (or 0x9DC008) is known color: Citrus. HEX triplet: 9D, C0 and 08. RGB value is (157,192,8). Sum of RGB (Red+Green+Blue) = 157+192+8=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC008 is #623FF7. Grayscale: #A1A1A1. Windows color (decimal): -6438904 or 573597. OLE color: 573597.

HSL color Cylindrical-coordinate representation of color #9DC008: hue angle of 71.41º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DC008 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 192 8 -
CMYK 0.18 0 0.96 0.25
HSL 71.41º 0.92% 0.39% -
HSV(B) 71.41º 0.96% 0.75% -
XYZ 32.8 44.88 7.16 -
YUV 160.56 41.9 125.46 -
System Red Green Blue C M Y K H S L
Decimal 157 192 8 0.18 0 0.96 0.25 71.41 0.92 0.39
Hex 9D C0 8 12 0 60 19 47 5C 27
Octal 235 300 10 22 0 140 31 107 134 47
Binary 10011101 11000000 1000 10010 0 1100000 11001 1000111 1011100 100111

Color Harmonies of #9DC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC008

Black with #9DC008

Text Example


Text Example

White with #9DC008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,192,8); }

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

background-color css

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

 a { background-color: rgb(157,192,8); }

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

border-color css

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

 span { border-color: rgb(157,192,8); }

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