Html Css Color HEX #8AC805 Citrus

📋 copy color: '#8AC805'

red 138 ◦ green 200 ◦ blue 5

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

Shades of Citrus #8AC805

Tints of Citrus #8AC805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 40.23%
G = 58.31%
B = 1.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#8AC805 (or 0x8AC805) is known color: Citrus. HEX triplet: 8A, C8 and 05. RGB value is (138,200,5). Sum of RGB (Red+Green+Blue) = 138+200+5=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC805 is #7537FA. Grayscale: #9F9F9F. Windows color (decimal): -7682043 or 379018. OLE color: 379018.

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

Color convert

RGB 138 200 5 -
CMYK 0.31 0 0.98 0.22
HSL 79.08º 0.95% 0.4% -
HSV(B) 79.08º 0.98% 0.78% -
XYZ 31.16 46.72 7.52 -
YUV 159.23 40.96 112.86 -
System Red Green Blue C M Y K H S L
Decimal 138 200 5 0.31 0 0.98 0.22 79.08 0.95 0.4
Hex 8A C8 5 1F 0 62 16 4F 5F 28
Octal 212 310 5 37 0 142 26 117 137 50
Binary 10001010 11001000 101 11111 0 1100010 10110 1001111 1011111 101000

Color Harmonies of #8AC805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC805

Black with #8AC805

Text Example


Text Example

White with #8AC805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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