Html Css Color HEX #9DC208 Citrus

📋 copy color: '#9DC208'

red 157 ◦ green 194 ◦ blue 8

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

Shades of Citrus #9DC208

Tints of Citrus #9DC208

RGB

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

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

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

R = 43.73%
G = 54.04%
B = 2.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#9DC208 (or 0x9DC208) is known color: Citrus. HEX triplet: 9D, C2 and 08. RGB value is (157,194,8). Sum of RGB (Red+Green+Blue) = 157+194+8=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC208 is #623DF7. Grayscale: #A2A2A2. Windows color (decimal): -6438392 or 574109. OLE color: 574109.

HSL color Cylindrical-coordinate representation of color #9DC208: hue angle of 71.94º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DC208 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 194 8 -
CMYK 0.19 0 0.96 0.24
HSL 71.94º 0.92% 0.4% -
HSV(B) 71.94º 0.96% 0.76% -
XYZ 33.24 45.77 7.31 -
YUV 161.73 41.24 124.62 -
System Red Green Blue C M Y K H S L
Decimal 157 194 8 0.19 0 0.96 0.24 71.94 0.92 0.4
Hex 9D C2 8 13 0 60 18 48 5C 28
Octal 235 302 10 23 0 140 30 110 134 50
Binary 10011101 11000010 1000 10011 0 1100000 11000 1001000 1011100 101000

Color Harmonies of #9DC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC208

Black with #9DC208

Text Example


Text Example

White with #9DC208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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