Html Css Color HEX #9DA01F Citron

📋 copy color: '#9DA01F'

red 157 ◦ green 160 ◦ blue 31

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

Shades of Citron #9DA01F

Tints of Citron #9DA01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 45.11%
G = 45.98%
B = 8.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#9DA01F (or 0x9DA01F) is known color: Citron. HEX triplet: 9D, A0 and 1F. RGB value is (157,160,31). Sum of RGB (Red+Green+Blue) = 157+160+31=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA01F is #625FE0. Grayscale: #909090. Windows color (decimal): -6447073 or 2072733. OLE color: 2072733.

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

Color convert

RGB 157 160 31 -
CMYK 0.02 0 0.81 0.37
HSL 61.4º 0.68% 0.37% -
HSV(B) 61.4º 0.81% 0.63% -
XYZ 26.72 32.41 6.14 -
YUV 144.4 64.01 136.99 -
System Red Green Blue C M Y K H S L
Decimal 157 160 31 0.02 0 0.81 0.37 61.4 0.68 0.37
Hex 9D A0 1F 2 0 51 25 3D 44 25
Octal 235 240 37 2 0 121 45 75 104 45
Binary 10011101 10100000 11111 10 0 1010001 100101 111101 1000100 100101

Color Harmonies of #9DA01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA01F

Black with #9DA01F

Text Example


Text Example

White with #9DA01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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