Html Css Color HEX #9DA825 Citron

📋 copy color: '#9DA825'

red 157 ◦ green 168 ◦ blue 37

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

Shades of Citron #9DA825

Tints of Citron #9DA825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.41%

 BLUE value IS 37 (14.84% from 255) = 10.22%

R = 43.37%
G = 46.41%
B = 10.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#9DA825 (or 0x9DA825) is known color: Citron. HEX triplet: 9D, A8 and 25. RGB value is (157,168,37). Sum of RGB (Red+Green+Blue) = 157+168+37=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA825 is #6257DA. Grayscale: #969696. Windows color (decimal): -6445019 or 2467997. OLE color: 2467997.

HSL color Cylindrical-coordinate representation of color #9DA825: hue angle of 65.04º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DA825 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 157 168 37 -
CMYK 0.07 0 0.78 0.34
HSL 65.04º 0.64% 0.4% -
HSV(B) 65.04º 0.78% 0.66% -
XYZ 28.24 35.31 7.08 -
YUV 149.78 64.36 133.15 -
System Red Green Blue C M Y K H S L
Decimal 157 168 37 0.07 0 0.78 0.34 65.04 0.64 0.4
Hex 9D A8 25 7 0 4E 22 41 40 28
Octal 235 250 45 7 0 116 42 101 100 50
Binary 10011101 10101000 100101 111 0 1001110 100010 1000001 1000000 101000

Color Harmonies of #9DA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA825

Black with #9DA825

Text Example


Text Example

White with #9DA825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,168,37); }

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

background-color css

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

 a { background-color: rgb(157,168,37); }

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

border-color css

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

 span { border-color: rgb(157,168,37); }

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