Html Css Color HEX #9EB30F Citrus

📋 copy color: '#9EB30F'

red 158 ◦ green 179 ◦ blue 15

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

Shades of Citrus #9EB30F

Tints of Citrus #9EB30F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.85%

 BLUE value IS 15 (6.25% from 255) = 4.26%

R = 44.89%
G = 50.85%
B = 4.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#9EB30F (or 0x9EB30F) is known color: Citrus. HEX triplet: 9E, B3 and 0F. RGB value is (158,179,15). Sum of RGB (Red+Green+Blue) = 158+179+15=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB30F is #614CF0. Grayscale: #9A9A9A. Windows color (decimal): -6376689 or 1029022. OLE color: 1029022.

HSL color Cylindrical-coordinate representation of color #9EB30F: hue angle of 67.68º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EB30F is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 179 15 -
CMYK 0.12 0 0.92 0.30
HSL 67.68º 0.85% 0.38% -
HSV(B) 67.68º 0.92% 0.7% -
XYZ 30.31 39.54 6.49 -
YUV 154.03 49.54 130.84 -
System Red Green Blue C M Y K H S L
Decimal 158 179 15 0.12 0 0.92 0.30 67.68 0.85 0.38
Hex 9E B3 F C 0 5C 1E 44 55 26
Octal 236 263 17 14 0 134 36 104 125 46
Binary 10011110 10110011 1111 1100 0 1011100 11110 1000100 1010101 100110

Color Harmonies of #9EB30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB30F

Black with #9EB30F

Text Example


Text Example

White with #9EB30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,179,15); }

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

background-color css

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

 a { background-color: rgb(158,179,15); }

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

border-color css

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

 span { border-color: rgb(158,179,15); }

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