Html Css Color HEX #9EB90E Citrus

📋 copy color: '#9EB90E'

red 158 ◦ green 185 ◦ blue 14

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

Shades of Citrus #9EB90E

Tints of Citrus #9EB90E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.82%

 BLUE value IS 14 (5.86% from 255) = 3.92%

R = 44.26%
G = 51.82%
B = 3.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#9EB90E (or 0x9EB90E) is known color: Citrus. HEX triplet: 9E, B9 and 0E. RGB value is (158,185,14). Sum of RGB (Red+Green+Blue) = 158+185+14=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB90E is #6146F1. Grayscale: #9E9E9E. Windows color (decimal): -6375154 or 965022. OLE color: 965022.

HSL color Cylindrical-coordinate representation of color #9EB90E: hue angle of 69.47º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EB90E is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 185 14 -
CMYK 0.15 0 0.92 0.27
HSL 69.47º 0.86% 0.39% -
HSV(B) 69.47º 0.92% 0.73% -
XYZ 31.53 42 6.86 -
YUV 157.43 47.05 128.4 -
System Red Green Blue C M Y K H S L
Decimal 158 185 14 0.15 0 0.92 0.27 69.47 0.86 0.39
Hex 9E B9 E F 0 5C 1B 45 56 27
Octal 236 271 16 17 0 134 33 105 126 47
Binary 10011110 10111001 1110 1111 0 1011100 11011 1000101 1010110 100111

Color Harmonies of #9EB90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB90E

Black with #9EB90E

Text Example


Text Example

White with #9EB90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,185,14); }

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

background-color css

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

 a { background-color: rgb(158,185,14); }

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

border-color css

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

 span { border-color: rgb(158,185,14); }

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