Html Css Color HEX #9DA20D Citrus

📋 copy color: '#9DA20D'

red 157 ◦ green 162 ◦ blue 13

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

Shades of Citrus #9DA20D

Tints of Citrus #9DA20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.8%

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

R = 47.29%
G = 48.8%
B = 3.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#9DA20D (or 0x9DA20D) is known color: Citrus. HEX triplet: 9D, A2 and 0D. RGB value is (157,162,13). Sum of RGB (Red+Green+Blue) = 157+162+13=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA20D is #625DF2. Grayscale: #909090. Windows color (decimal): -6446579 or 893597. OLE color: 893597.

HSL color Cylindrical-coordinate representation of color #9DA20D: hue angle of 62.01º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DA20D is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 162 13 -
CMYK 0.03 0 0.92 0.36
HSL 62.01º 0.85% 0.34% -
HSV(B) 62.01º 0.92% 0.64% -
XYZ 26.9 33.04 5.34 -
YUV 143.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 157 162 13 0.03 0 0.92 0.36 62.01 0.85 0.34
Hex 9D A2 D 3 0 5C 24 3E 55 22
Octal 235 242 15 3 0 134 44 76 125 42
Binary 10011101 10100010 1101 11 0 1011100 100100 111110 1010101 100010

Color Harmonies of #9DA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA20D

Black with #9DA20D

Text Example


Text Example

White with #9DA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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