Html Css Color HEX #8AC80E Citrus

📋 copy color: '#8AC80E'

red 138 ◦ green 200 ◦ blue 14

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

Shades of Citrus #8AC80E

Tints of Citrus #8AC80E

RGB

 RED value IS 138 (54.3% from 255) = 39.2%

 GREEN value IS 200 (78.52% from 255) = 56.82%

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

R = 39.2%
G = 56.82%
B = 3.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#8AC80E (or 0x8AC80E) is known color: Citrus. HEX triplet: 8A, C8 and 0E. RGB value is (138,200,14). Sum of RGB (Red+Green+Blue) = 138+200+14=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC80E is #7537F1. Grayscale: #A0A0A0. Windows color (decimal): -7682034 or 968842. OLE color: 968842.

HSL color Cylindrical-coordinate representation of color #8AC80E: hue angle of 80º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AC80E is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 200 14 -
CMYK 0.31 0 0.93 0.22
HSL 80º 0.87% 0.42% -
HSV(B) 80º 0.93% 0.78% -
XYZ 31.21 46.74 7.79 -
YUV 160.26 45.46 112.12 -
System Red Green Blue C M Y K H S L
Decimal 138 200 14 0.31 0 0.93 0.22 80 0.87 0.42
Hex 8A C8 E 1F 0 5D 16 50 57 2A
Octal 212 310 16 37 0 135 26 120 127 52
Binary 10001010 11001000 1110 11111 0 1011101 10110 1010000 1010111 101010

Color Harmonies of #8AC80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC80E

Black with #8AC80E

Text Example


Text Example

White with #8AC80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,200,14); }

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

background-color css

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

 a { background-color: rgb(138,200,14); }

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

border-color css

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

 span { border-color: rgb(138,200,14); }

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