Html Css Color HEX #9DC608 Citrus

📋 copy color: '#9DC608'

red 157 ◦ green 198 ◦ blue 8

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

Shades of Citrus #9DC608

Tints of Citrus #9DC608

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.55%

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

R = 43.25%
G = 54.55%
B = 2.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#9DC608 (or 0x9DC608) is known color: Citrus. HEX triplet: 9D, C6 and 08. RGB value is (157,198,8). Sum of RGB (Red+Green+Blue) = 157+198+8=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC608 is #6239F7. Grayscale: #A4A4A4. Windows color (decimal): -6437368 or 575133. OLE color: 575133.

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

Color convert

RGB 157 198 8 -
CMYK 0.21 0 0.96 0.22
HSL 72.95º 0.92% 0.4% -
HSV(B) 72.95º 0.96% 0.78% -
XYZ 34.14 47.57 7.61 -
YUV 164.08 39.92 122.95 -
System Red Green Blue C M Y K H S L
Decimal 157 198 8 0.21 0 0.96 0.22 72.95 0.92 0.4
Hex 9D C6 8 15 0 60 16 49 5C 28
Octal 235 306 10 25 0 140 26 111 134 50
Binary 10011101 11000110 1000 10101 0 1100000 10110 1001001 1011100 101000

Color Harmonies of #9DC608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC608

Black with #9DC608

Text Example


Text Example

White with #9DC608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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