Html Css Color HEX #8ACC01 Citrus

📋 copy color: '#8ACC01'

red 138 ◦ green 204 ◦ blue 1

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

Shades of Citrus #8ACC01

Tints of Citrus #8ACC01

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.48%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 40.23%
G = 59.48%
B = 0.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#8ACC01 (or 0x8ACC01) is known color: Citrus. HEX triplet: 8A, CC and 01. RGB value is (138,204,1). Sum of RGB (Red+Green+Blue) = 138+204+1=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 204 (80.08% from 255 or 59.48% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACC01 is #7533FE. Grayscale: #A1A1A1. Windows color (decimal): -7681023 or 117898. OLE color: 117898.

HSL color Cylindrical-coordinate representation of color #8ACC01: hue angle of 79.51º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8ACC01 is Cyan = 0.32, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 1 -
CMYK 0.32 0 1.00 0.2
HSL 79.51º 0.99% 0.4% -
HSV(B) 79.51º 1% 0.8% -
XYZ 32.08 48.59 7.72 -
YUV 161.12 37.63 111.51 -
System Red Green Blue C M Y K H S L
Decimal 138 204 1 0.32 0 1.00 0.2 79.51 0.99 0.4
Hex 8A CC 1 20 0 64 14 50 63 28
Octal 212 314 1 40 0 144 24 120 143 50
Binary 10001010 11001100 1 100000 0 1100100 10100 1010000 1100011 101000

Color Harmonies of #8ACC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACC01

Black with #8ACC01

Text Example


Text Example

White with #8ACC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,204,1); }

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

background-color css

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

 a { background-color: rgb(138,204,1); }

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

border-color css

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

 span { border-color: rgb(138,204,1); }

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