Html Css Color HEX #9DCB0D Citrus

📋 copy color: '#9DCB0D'

red 157 ◦ green 203 ◦ blue 13

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

Shades of Citrus #9DCB0D

Tints of Citrus #9DCB0D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.42%

 BLUE value IS 13 (5.47% from 255) = 3.49%

R = 42.09%
G = 54.42%
B = 3.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#9DCB0D (or 0x9DCB0D) is known color: Citrus. HEX triplet: 9D, CB and 0D. RGB value is (157,203,13). Sum of RGB (Red+Green+Blue) = 157+203+13=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCB0D is #6234F2. Grayscale: #A8A8A8. Windows color (decimal): -6436083 or 904093. OLE color: 904093.

HSL color Cylindrical-coordinate representation of color #9DCB0D: hue angle of 74.53º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DCB0D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 203 13 -
CMYK 0.23 0 0.94 0.20
HSL 74.53º 0.88% 0.42% -
HSV(B) 74.53º 0.94% 0.8% -
XYZ 35.33 49.91 8.15 -
YUV 167.59 40.76 120.45 -
System Red Green Blue C M Y K H S L
Decimal 157 203 13 0.23 0 0.94 0.20 74.53 0.88 0.42
Hex 9D CB D 17 0 5E 14 4B 58 2A
Octal 235 313 15 27 0 136 24 113 130 52
Binary 10011101 11001011 1101 10111 0 1011110 10100 1001011 1011000 101010

Color Harmonies of #9DCB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCB0D

Black with #9DCB0D

Text Example


Text Example

White with #9DCB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,203,13); }

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

background-color css

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

 a { background-color: rgb(157,203,13); }

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

border-color css

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

 span { border-color: rgb(157,203,13); }

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