Html Css Color HEX #ACAE02 Citrus

📋 copy color: '#ACAE02'

red 172 ◦ green 174 ◦ blue 2

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

Shades of Citrus #ACAE02

Tints of Citrus #ACAE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 49.43%
G = 50%
B = 0.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ACAE02 (or 0xACAE02) is known color: Citrus. HEX triplet: AC, AE and 02. RGB value is (172,174,2). Sum of RGB (Red+Green+Blue) = 172+174+2=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAE02 is #5351FD. Grayscale: #9A9A9A. Windows color (decimal): -5460478 or 175788. OLE color: 175788.

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

Color convert

RGB 172 174 2 -
CMYK 0.01 0 0.99 0.32
HSL 60.7º 0.98% 0.35% -
HSV(B) 60.7º 0.99% 0.68% -
XYZ 32.16 39.05 5.9 -
YUV 153.79 42.34 140.99 -
System Red Green Blue C M Y K H S L
Decimal 172 174 2 0.01 0 0.99 0.32 60.7 0.98 0.35
Hex AC AE 2 1 0 63 20 3D 62 23
Octal 254 256 2 1 0 143 40 75 142 43
Binary 10101100 10101110 10 1 0 1100011 100000 111101 1100010 100011

Color Harmonies of #ACAE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE02

Black with #ACAE02

Text Example


Text Example

White with #ACAE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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