Html Css Color HEX #9EAF12 Citrus

📋 copy color: '#9EAF12'

red 158 ◦ green 175 ◦ blue 18

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

Shades of Citrus #9EAF12

Tints of Citrus #9EAF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.13%

R = 45.01%
G = 49.86%
B = 5.13%

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

#9EAF12 (or 0x9EAF12) is known color: Citrus. HEX triplet: 9E, AF and 12. RGB value is (158,175,18). Sum of RGB (Red+Green+Blue) = 158+175+18=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAF12 is #6150ED. Grayscale: #989898. Windows color (decimal): -6377710 or 1224606. OLE color: 1224606.

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

Color convert

RGB 158 175 18 -
CMYK 0.10 0 0.90 0.31
HSL 66.5º 0.81% 0.38% -
HSV(B) 66.5º 0.9% 0.69% -
XYZ 29.54 37.97 6.34 -
YUV 152.02 52.37 132.27 -
System Red Green Blue C M Y K H S L
Decimal 158 175 18 0.10 0 0.90 0.31 66.5 0.81 0.38
Hex 9E AF 12 A 0 5A 1F 42 51 26
Octal 236 257 22 12 0 132 37 102 121 46
Binary 10011110 10101111 10010 1010 0 1011010 11111 1000010 1010001 100110

Color Harmonies of #9EAF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF12

Black with #9EAF12

Text Example


Text Example

White with #9EAF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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