Html Css Color HEX #9EAF02 Citrus

📋 copy color: '#9EAF02'

red 158 ◦ green 175 ◦ blue 2

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

Shades of Citrus #9EAF02

Tints of Citrus #9EAF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 47.16%
G = 52.24%
B = 0.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#9EAF02 (or 0x9EAF02) is known color: Citrus. HEX triplet: 9E, AF and 02. RGB value is (158,175,2). Sum of RGB (Red+Green+Blue) = 158+175+2=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAF02 is #6150FD. Grayscale: #969696. Windows color (decimal): -6377726 or 176030. OLE color: 176030.

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

Color convert

RGB 158 175 2 -
CMYK 0.10 0 0.99 0.31
HSL 65.9º 0.98% 0.35% -
HSV(B) 65.9º 0.99% 0.69% -
XYZ 29.44 37.93 5.83 -
YUV 150.2 44.37 133.57 -
System Red Green Blue C M Y K H S L
Decimal 158 175 2 0.10 0 0.99 0.31 65.9 0.98 0.35
Hex 9E AF 2 A 0 63 1F 42 62 23
Octal 236 257 2 12 0 143 37 102 142 43
Binary 10011110 10101111 10 1010 0 1100011 11111 1000010 1100010 100011

Color Harmonies of #9EAF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF02

Black with #9EAF02

Text Example


Text Example

White with #9EAF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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