Html Css Color HEX #9EAF11 Citrus

📋 copy color: '#9EAF11'

red 158 ◦ green 175 ◦ blue 17

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

Shades of Citrus #9EAF11

Tints of Citrus #9EAF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 45.14%
G = 50%
B = 4.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#9EAF11 (or 0x9EAF11) is known color: Citrus. HEX triplet: 9E, AF and 11. RGB value is (158,175,17). Sum of RGB (Red+Green+Blue) = 158+175+17=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAF11 is #6150EE. Grayscale: #989898. Windows color (decimal): -6377711 or 1159070. OLE color: 1159070.

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

Color convert

RGB 158 175 17 -
CMYK 0.10 0 0.90 0.31
HSL 66.46º 0.82% 0.38% -
HSV(B) 66.46º 0.9% 0.69% -
XYZ 29.53 37.97 6.3 -
YUV 151.91 51.87 132.35 -
System Red Green Blue C M Y K H S L
Decimal 158 175 17 0.10 0 0.90 0.31 66.46 0.82 0.38
Hex 9E AF 11 A 0 5A 1F 42 52 26
Octal 236 257 21 12 0 132 37 102 122 46
Binary 10011110 10101111 10001 1010 0 1011010 11111 1000010 1010010 100110

Color Harmonies of #9EAF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF11

Black with #9EAF11

Text Example


Text Example

White with #9EAF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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