Html Css Color HEX #9DC108 Citrus

📋 copy color: '#9DC108'

red 157 ◦ green 193 ◦ blue 8

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

Shades of Citrus #9DC108

Tints of Citrus #9DC108

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.91%

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

R = 43.85%
G = 53.91%
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

#9DC108 (or 0x9DC108) is known color: Citrus. HEX triplet: 9D, C1 and 08. RGB value is (157,193,8). Sum of RGB (Red+Green+Blue) = 157+193+8=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC108 is #623EF7. Grayscale: #A1A1A1. Windows color (decimal): -6438648 or 573853. OLE color: 573853.

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

Color convert

RGB 157 193 8 -
CMYK 0.19 0 0.96 0.24
HSL 71.68º 0.92% 0.39% -
HSV(B) 71.68º 0.96% 0.76% -
XYZ 33.02 45.33 7.24 -
YUV 161.15 41.57 125.04 -
System Red Green Blue C M Y K H S L
Decimal 157 193 8 0.19 0 0.96 0.24 71.68 0.92 0.39
Hex 9D C1 8 13 0 60 18 48 5C 27
Octal 235 301 10 23 0 140 30 110 134 47
Binary 10011101 11000001 1000 10011 0 1100000 11000 1001000 1011100 100111

Color Harmonies of #9DC108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC108

Black with #9DC108

Text Example


Text Example

White with #9DC108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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