Html Css Color HEX #8EB30D Citrus

📋 copy color: '#8EB30D'

red 142 ◦ green 179 ◦ blue 13

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

Shades of Citrus #8EB30D

Tints of Citrus #8EB30D

RGB

 RED value IS 142 (55.86% from 255) = 42.51%

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

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

R = 42.51%
G = 53.59%
B = 3.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#8EB30D (or 0x8EB30D) is known color: Citrus. HEX triplet: 8E, B3 and 0D. RGB value is (142,179,13). Sum of RGB (Red+Green+Blue) = 142+179+13=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB30D is #714CF2. Grayscale: #959595. Windows color (decimal): -7425267 or 897934. OLE color: 897934.

HSL color Cylindrical-coordinate representation of color #8EB30D: hue angle of 73.37º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EB30D is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 142 179 13 -
CMYK 0.21 0 0.93 0.30
HSL 73.37º 0.86% 0.38% -
HSV(B) 73.37º 0.93% 0.7% -
XYZ 27.35 38.02 6.28 -
YUV 149.01 51.24 123 -
System Red Green Blue C M Y K H S L
Decimal 142 179 13 0.21 0 0.93 0.30 73.37 0.86 0.38
Hex 8E B3 D 15 0 5D 1E 49 56 26
Octal 216 263 15 25 0 135 36 111 126 46
Binary 10001110 10110011 1101 10101 0 1011101 11110 1001001 1010110 100110

Color Harmonies of #8EB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB30D

Black with #8EB30D

Text Example


Text Example

White with #8EB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EB30D; }

 p { color: rgb(142,179,13); }

 H1.HeaderClassName
 {
   color: #8EB30D;
 }
 .AnyTagClassName
 {
   color: #8EB30D;
 }
</style>

background-color css

<style>
 a { background-color: #8EB30D; }

 a { background-color: rgb(142,179,13); }

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

border-color css

<style>
 span { border-color: #8EB30D; }

 span { border-color: rgb(142,179,13); }

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