Html Css Color HEX #9DAF14 Citrus

📋 copy color: '#9DAF14'

red 157 ◦ green 175 ◦ blue 20

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

Shades of Citrus #9DAF14

Tints of Citrus #9DAF14

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.72%

 BLUE value IS 20 (8.2% from 255) = 5.68%

R = 44.6%
G = 49.72%
B = 5.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#9DAF14 (or 0x9DAF14) is known color: Citrus. HEX triplet: 9D, AF and 14. RGB value is (157,175,20). Sum of RGB (Red+Green+Blue) = 157+175+20=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAF14 is #6250EB. Grayscale: #989898. Windows color (decimal): -6443244 or 1355677. OLE color: 1355677.

HSL color Cylindrical-coordinate representation of color #9DAF14: hue angle of 66.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DAF14 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 175 20 -
CMYK 0.10 0 0.89 0.31
HSL 66.97º 0.79% 0.38% -
HSV(B) 66.97º 0.89% 0.69% -
XYZ 29.36 37.88 6.43 -
YUV 151.95 53.54 131.6 -
System Red Green Blue C M Y K H S L
Decimal 157 175 20 0.10 0 0.89 0.31 66.97 0.79 0.38
Hex 9D AF 14 A 0 59 1F 43 4F 26
Octal 235 257 24 12 0 131 37 103 117 46
Binary 10011101 10101111 10100 1010 0 1011001 11111 1000011 1001111 100110

Color Harmonies of #9DAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF14

Black with #9DAF14

Text Example


Text Example

White with #9DAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,175,20); }

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

background-color css

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

 a { background-color: rgb(157,175,20); }

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

border-color css

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

 span { border-color: rgb(157,175,20); }

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