Html Css Color HEX #9DA028 Citron

📋 copy color: '#9DA028'

red 157 ◦ green 160 ◦ blue 40

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

Shades of Citron #9DA028

Tints of Citron #9DA028

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.82%

 BLUE value IS 40 (16.02% from 255) = 11.2%

R = 43.98%
G = 44.82%
B = 11.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#9DA028 (or 0x9DA028) is known color: Citron. HEX triplet: 9D, A0 and 28. RGB value is (157,160,40). Sum of RGB (Red+Green+Blue) = 157+160+40=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA028 is #625FD7. Grayscale: #919191. Windows color (decimal): -6447064 or 2662557. OLE color: 2662557.

HSL color Cylindrical-coordinate representation of color #9DA028: hue angle of 61.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DA028 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 157 160 40 -
CMYK 0.02 0 0.75 0.37
HSL 61.5º 0.6% 0.39% -
HSV(B) 61.5º 0.75% 0.63% -
XYZ 26.86 32.46 6.86 -
YUV 145.42 68.51 136.26 -
System Red Green Blue C M Y K H S L
Decimal 157 160 40 0.02 0 0.75 0.37 61.5 0.6 0.39
Hex 9D A0 28 2 0 4B 25 3E 3C 27
Octal 235 240 50 2 0 113 45 76 74 47
Binary 10011101 10100000 101000 10 0 1001011 100101 111110 111100 100111

Color Harmonies of #9DA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA028

Black with #9DA028

Text Example


Text Example

White with #9DA028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,160,40); }

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

background-color css

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

 a { background-color: rgb(157,160,40); }

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

border-color css

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

 span { border-color: rgb(157,160,40); }

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