Html Css Color HEX #9EAF14 Citrus

📋 copy color: '#9EAF14'

red 158 ◦ green 175 ◦ blue 20

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

Shades of Citrus #9EAF14

Tints of Citrus #9EAF14

RGB

 RED value IS 158 (62.11% from 255) = 44.76%

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

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

R = 44.76%
G = 49.58%
B = 5.67%

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

#9EAF14 (or 0x9EAF14) is known color: Citrus. HEX triplet: 9E, AF and 14. RGB value is (158,175,20). Sum of RGB (Red+Green+Blue) = 158+175+20=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAF14 is #6150EB. Grayscale: #989898. Windows color (decimal): -6377708 or 1355678. OLE color: 1355678.

HSL color Cylindrical-coordinate representation of color #9EAF14: hue angle of 66.58º 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 #9EAF14 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 175 20 -
CMYK 0.10 0 0.89 0.31
HSL 66.58º 0.79% 0.38% -
HSV(B) 66.58º 0.89% 0.69% -
XYZ 29.56 37.98 6.43 -
YUV 152.25 53.37 132.1 -
System Red Green Blue C M Y K H S L
Decimal 158 175 20 0.10 0 0.89 0.31 66.58 0.79 0.38
Hex 9E AF 14 A 0 59 1F 43 4F 26
Octal 236 257 24 12 0 131 37 103 117 46
Binary 10011110 10101111 10100 1010 0 1011001 11111 1000011 1001111 100110

Color Harmonies of #9EAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF14

Black with #9EAF14

Text Example


Text Example

White with #9EAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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