Html Css Color HEX #9DA82A Citron

📋 copy color: '#9DA82A'

red 157 ◦ green 168 ◦ blue 42

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

Shades of Citron #9DA82A

Tints of Citron #9DA82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.44%

R = 42.78%
G = 45.78%
B = 11.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#9DA82A (or 0x9DA82A) is known color: Citron. HEX triplet: 9D, A8 and 2A. RGB value is (157,168,42). Sum of RGB (Red+Green+Blue) = 157+168+42=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA82A is #6257D5. Grayscale: #969696. Windows color (decimal): -6445014 or 2795677. OLE color: 2795677.

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

Color convert

RGB 157 168 42 -
CMYK 0.07 0 0.75 0.34
HSL 65.24º 0.6% 0.41% -
HSV(B) 65.24º 0.75% 0.66% -
XYZ 28.33 35.34 7.52 -
YUV 150.35 66.86 132.75 -
System Red Green Blue C M Y K H S L
Decimal 157 168 42 0.07 0 0.75 0.34 65.24 0.6 0.41
Hex 9D A8 2A 7 0 4B 22 41 3C 29
Octal 235 250 52 7 0 113 42 101 74 51
Binary 10011101 10101000 101010 111 0 1001011 100010 1000001 111100 101001

Color Harmonies of #9DA82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA82A

Black with #9DA82A

Text Example


Text Example

White with #9DA82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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