Html Css Color HEX #9EAF10 Citrus

📋 copy color: '#9EAF10'

red 158 ◦ green 175 ◦ blue 16

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

Shades of Citrus #9EAF10

Tints of Citrus #9EAF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.58%

R = 45.27%
G = 50.14%
B = 4.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#9EAF10 (or 0x9EAF10) is known color: Citrus. HEX triplet: 9E, AF and 10. RGB value is (158,175,16). Sum of RGB (Red+Green+Blue) = 158+175+16=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAF10 is #6150EF. Grayscale: #989898. Windows color (decimal): -6377712 or 1093534. OLE color: 1093534.

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

Color convert

RGB 158 175 16 -
CMYK 0.10 0 0.91 0.31
HSL 66.42º 0.83% 0.37% -
HSV(B) 66.42º 0.91% 0.69% -
XYZ 29.52 37.97 6.26 -
YUV 151.79 51.37 132.43 -
System Red Green Blue C M Y K H S L
Decimal 158 175 16 0.10 0 0.91 0.31 66.42 0.83 0.37
Hex 9E AF 10 A 0 5B 1F 42 53 25
Octal 236 257 20 12 0 133 37 102 123 45
Binary 10011110 10101111 10000 1010 0 1011011 11111 1000010 1010011 100101

Color Harmonies of #9EAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF10

Black with #9EAF10

Text Example


Text Example

White with #9EAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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