Html Css Color HEX #8AC80F Citrus

📋 copy color: '#8AC80F'

red 138 ◦ green 200 ◦ blue 15

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

Shades of Citrus #8AC80F

Tints of Citrus #8AC80F

RGB

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

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

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

R = 39.09%
G = 56.66%
B = 4.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#8AC80F (or 0x8AC80F) is known color: Citrus. HEX triplet: 8A, C8 and 0F. RGB value is (138,200,15). Sum of RGB (Red+Green+Blue) = 138+200+15=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC80F is #7537F0. Grayscale: #A1A1A1. Windows color (decimal): -7682033 or 1034378. OLE color: 1034378.

HSL color Cylindrical-coordinate representation of color #8AC80F: hue angle of 80.11º degrees, saturation: 0.86, 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 #8AC80F is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 200 15 -
CMYK 0.31 0 0.92 0.22
HSL 80.11º 0.86% 0.42% -
HSV(B) 80.11º 0.93% 0.78% -
XYZ 31.22 46.75 7.83 -
YUV 160.37 45.96 112.04 -
System Red Green Blue C M Y K H S L
Decimal 138 200 15 0.31 0 0.92 0.22 80.11 0.86 0.42
Hex 8A C8 F 1F 0 5C 16 50 56 2A
Octal 212 310 17 37 0 134 26 120 126 52
Binary 10001010 11001000 1111 11111 0 1011100 10110 1010000 1010110 101010

Color Harmonies of #8AC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC80F

Black with #8AC80F

Text Example


Text Example

White with #8AC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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