Html Css Color HEX #9DC808 Citrus

📋 copy color: '#9DC808'

red 157 ◦ green 200 ◦ blue 8

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

Shades of Citrus #9DC808

Tints of Citrus #9DC808

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.79%

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

R = 43.01%
G = 54.79%
B = 2.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#9DC808 (or 0x9DC808) is known color: Citrus. HEX triplet: 9D, C8 and 08. RGB value is (157,200,8). Sum of RGB (Red+Green+Blue) = 157+200+8=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC808 is #6237F7. Grayscale: #A5A5A5. Windows color (decimal): -6436856 or 575645. OLE color: 575645.

HSL color Cylindrical-coordinate representation of color #9DC808: hue angle of 73.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DC808 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 200 8 -
CMYK 0.22 0 0.96 0.22
HSL 73.44º 0.92% 0.41% -
HSV(B) 73.44º 0.96% 0.78% -
XYZ 34.6 48.49 7.77 -
YUV 165.26 39.25 122.11 -
System Red Green Blue C M Y K H S L
Decimal 157 200 8 0.22 0 0.96 0.22 73.44 0.92 0.41
Hex 9D C8 8 16 0 60 16 49 5C 29
Octal 235 310 10 26 0 140 26 111 134 51
Binary 10011101 11001000 1000 10110 0 1100000 10110 1001001 1011100 101001

Color Harmonies of #9DC808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC808

Black with #9DC808

Text Example


Text Example

White with #9DC808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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