Html Css Color HEX #9EB70D Citrus

📋 copy color: '#9EB70D'

red 158 ◦ green 183 ◦ blue 13

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

Shades of Citrus #9EB70D

Tints of Citrus #9EB70D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.69%

 BLUE value IS 13 (5.47% from 255) = 3.67%

R = 44.63%
G = 51.69%
B = 3.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#9EB70D (or 0x9EB70D) is known color: Citrus. HEX triplet: 9E, B7 and 0D. RGB value is (158,183,13). Sum of RGB (Red+Green+Blue) = 158+183+13=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB70D is #6148F2. Grayscale: #9C9C9C. Windows color (decimal): -6375667 or 898974. OLE color: 898974.

HSL color Cylindrical-coordinate representation of color #9EB70D: hue angle of 68.82º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EB70D is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 183 13 -
CMYK 0.14 0 0.93 0.28
HSL 68.82º 0.87% 0.38% -
HSV(B) 68.82º 0.93% 0.72% -
XYZ 31.11 41.17 6.69 -
YUV 156.15 47.22 129.32 -
System Red Green Blue C M Y K H S L
Decimal 158 183 13 0.14 0 0.93 0.28 68.82 0.87 0.38
Hex 9E B7 D E 0 5D 1C 45 57 26
Octal 236 267 15 16 0 135 34 105 127 46
Binary 10011110 10110111 1101 1110 0 1011101 11100 1000101 1010111 100110

Color Harmonies of #9EB70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB70D

Black with #9EB70D

Text Example


Text Example

White with #9EB70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,183,13); }

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

background-color css

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

 a { background-color: rgb(158,183,13); }

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

border-color css

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

 span { border-color: rgb(158,183,13); }

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