Html Css Color HEX #9EAD12 Citrus

📋 copy color: '#9EAD12'

red 158 ◦ green 173 ◦ blue 18

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

Shades of Citrus #9EAD12

Tints of Citrus #9EAD12

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.57%

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

R = 45.27%
G = 49.57%
B = 5.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#9EAD12 (or 0x9EAD12) is known color: Citrus. HEX triplet: 9E, AD and 12. RGB value is (158,173,18). Sum of RGB (Red+Green+Blue) = 158+173+18=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAD12 is #6152ED. Grayscale: #979797. Windows color (decimal): -6378222 or 1224094. OLE color: 1224094.

HSL color Cylindrical-coordinate representation of color #9EAD12: hue angle of 65.81º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9EAD12 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 173 18 -
CMYK 0.09 0 0.90 0.32
HSL 65.81º 0.81% 0.37% -
HSV(B) 65.81º 0.9% 0.68% -
XYZ 29.15 37.2 6.22 -
YUV 150.85 53.03 133.1 -
System Red Green Blue C M Y K H S L
Decimal 158 173 18 0.09 0 0.90 0.32 65.81 0.81 0.37
Hex 9E AD 12 9 0 5A 20 42 51 25
Octal 236 255 22 11 0 132 40 102 121 45
Binary 10011110 10101101 10010 1001 0 1011010 100000 1000010 1010001 100101

Color Harmonies of #9EAD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAD12

Black with #9EAD12

Text Example


Text Example

White with #9EAD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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