Html Css Color HEX #9DAE14 Citrus

📋 copy color: '#9DAE14'

red 157 ◦ green 174 ◦ blue 20

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

Shades of Citrus #9DAE14

Tints of Citrus #9DAE14

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.57%

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

R = 44.73%
G = 49.57%
B = 5.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#9DAE14 (or 0x9DAE14) is known color: Citrus. HEX triplet: 9D, AE and 14. RGB value is (157,174,20). Sum of RGB (Red+Green+Blue) = 157+174+20=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAE14 is #6251EB. Grayscale: #979797. Windows color (decimal): -6443500 or 1355421. OLE color: 1355421.

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

Color convert

RGB 157 174 20 -
CMYK 0.10 0 0.89 0.32
HSL 66.62º 0.79% 0.38% -
HSV(B) 66.62º 0.89% 0.68% -
XYZ 29.17 37.49 6.36 -
YUV 151.36 53.87 132.02 -
System Red Green Blue C M Y K H S L
Decimal 157 174 20 0.10 0 0.89 0.32 66.62 0.79 0.38
Hex 9D AE 14 A 0 59 20 43 4F 26
Octal 235 256 24 12 0 131 40 103 117 46
Binary 10011101 10101110 10100 1010 0 1011001 100000 1000011 1001111 100110

Color Harmonies of #9DAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE14

Black with #9DAE14

Text Example


Text Example

White with #9DAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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