Html Css Color HEX #9DA82F Citron

📋 copy color: '#9DA82F'

red 157 ◦ green 168 ◦ blue 47

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

Shades of Citron #9DA82F

Tints of Citron #9DA82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.63%

R = 42.2%
G = 45.16%
B = 12.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#9DA82F (or 0x9DA82F) is known color: Citron. HEX triplet: 9D, A8 and 2F. RGB value is (157,168,47). Sum of RGB (Red+Green+Blue) = 157+168+47=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA82F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA82F is #6257D0. Grayscale: #979797. Windows color (decimal): -6445009 or 3123357. OLE color: 3123357.

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

Color convert

RGB 157 168 47 -
CMYK 0.07 0 0.72 0.34
HSL 65.45º 0.56% 0.42% -
HSV(B) 65.45º 0.72% 0.66% -
XYZ 28.42 35.38 8.02 -
YUV 150.92 69.36 132.34 -
System Red Green Blue C M Y K H S L
Decimal 157 168 47 0.07 0 0.72 0.34 65.45 0.56 0.42
Hex 9D A8 2F 7 0 48 22 41 38 2A
Octal 235 250 57 7 0 110 42 101 70 52
Binary 10011101 10101000 101111 111 0 1001000 100010 1000001 111000 101010

Color Harmonies of #9DA82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA82F

Black with #9DA82F

Text Example


Text Example

White with #9DA82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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