Html Css Color HEX #8CAC01 Citrus

📋 copy color: '#8CAC01'

red 140 ◦ green 172 ◦ blue 1

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

Shades of Citrus #8CAC01

Tints of Citrus #8CAC01

RGB

 RED value IS 140 (55.08% from 255) = 44.73%

 GREEN value IS 172 (67.58% from 255) = 54.95%

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

R = 44.73%
G = 54.95%
B = 0.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#8CAC01 (or 0x8CAC01) is known color: Citrus. HEX triplet: 8C, AC and 01. RGB value is (140,172,1). Sum of RGB (Red+Green+Blue) = 140+172+1=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC01 is #7353FE. Grayscale: #8F8F8F. Windows color (decimal): -7558143 or 109708. OLE color: 109708.

HSL color Cylindrical-coordinate representation of color #8CAC01: hue angle of 71.23º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CAC01 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 172 1 -
CMYK 0.19 0 0.99 0.33
HSL 71.23º 0.99% 0.34% -
HSV(B) 71.23º 0.99% 0.67% -
XYZ 25.57 35.08 5.45 -
YUV 142.94 47.9 125.9 -
System Red Green Blue C M Y K H S L
Decimal 140 172 1 0.19 0 0.99 0.33 71.23 0.99 0.34
Hex 8C AC 1 13 0 63 21 47 63 22
Octal 214 254 1 23 0 143 41 107 143 42
Binary 10001100 10101100 1 10011 0 1100011 100001 1000111 1100011 100010

Color Harmonies of #8CAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC01

Black with #8CAC01

Text Example


Text Example

White with #8CAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,172,1); }

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

background-color css

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

 a { background-color: rgb(140,172,1); }

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

border-color css

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

 span { border-color: rgb(140,172,1); }

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