Html Css Color HEX #9EBA12 Citrus

📋 copy color: '#9EBA12'

red 158 ◦ green 186 ◦ blue 18

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

Shades of Citrus #9EBA12

Tints of Citrus #9EBA12

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.38%

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

R = 43.65%
G = 51.38%
B = 4.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#9EBA12 (or 0x9EBA12) is known color: Citrus. HEX triplet: 9E, BA and 12. RGB value is (158,186,18). Sum of RGB (Red+Green+Blue) = 158+186+18=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA12 is #6145ED. Grayscale: #9F9F9F. Windows color (decimal): -6374894 or 1227422. OLE color: 1227422.

HSL color Cylindrical-coordinate representation of color #9EBA12: hue angle of 70º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9EBA12 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 186 18 -
CMYK 0.15 0 0.90 0.27
HSL 70º 0.82% 0.4% -
HSV(B) 70º 0.9% 0.73% -
XYZ 31.77 42.43 7.09 -
YUV 158.48 48.72 127.66 -
System Red Green Blue C M Y K H S L
Decimal 158 186 18 0.15 0 0.90 0.27 70 0.82 0.4
Hex 9E BA 12 F 0 5A 1B 46 52 28
Octal 236 272 22 17 0 132 33 106 122 50
Binary 10011110 10111010 10010 1111 0 1011010 11011 1000110 1010010 101000

Color Harmonies of #9EBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA12

Black with #9EBA12

Text Example


Text Example

White with #9EBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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