Html Css Color HEX #ACAE00 Citrus

📋 copy color: '#ACAE00'

red 172 ◦ green 174 ◦ blue 0

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

Shades of Citrus #ACAE00

Tints of Citrus #ACAE00

RGB

 RED value IS 172 (67.58% from 255) = 49.71%

 GREEN value IS 174 (68.36% from 255) = 50.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.71%
G = 50.29%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#ACAE00 (or 0xACAE00) is known color: Citrus. HEX triplet: AC, AE and 00. RGB value is (172,174,0). Sum of RGB (Red+Green+Blue) = 172+174+0=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAE00 is #5351FF. Grayscale: #9A9A9A. Windows color (decimal): -5460480 or 44716. OLE color: 44716.

HSL color Cylindrical-coordinate representation of color #ACAE00: hue angle of 60.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACAE00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 174 0 -
CMYK 0.01 0 1 0.32
HSL 60.69º 1% 0.34% -
HSV(B) 60.69º 1% 0.68% -
XYZ 32.15 39.04 5.84 -
YUV 153.57 41.34 141.15 -
System Red Green Blue C M Y K H S L
Decimal 172 174 0 0.01 0 1 0.32 60.69 1 0.34
Hex AC AE 0 1 0 64 20 3D 64 22
Octal 254 256 0 1 0 144 40 75 144 42
Binary 10101100 10101110 0 1 0 1100100 100000 111101 1100100 100010

Color Harmonies of #ACAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE00

Black with #ACAE00

Text Example


Text Example

White with #ACAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE00; }

 p { color: rgb(172,174,0); }

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

background-color css

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

 a { background-color: rgb(172,174,0); }

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

border-color css

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

 span { border-color: rgb(172,174,0); }

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