Html Css Color HEX #A1AE02 Citrus

📋 copy color: '#A1AE02'

red 161 ◦ green 174 ◦ blue 2

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

Shades of Citrus #A1AE02

Tints of Citrus #A1AE02

RGB

 RED value IS 161 (63.28% from 255) = 47.77%

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

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

R = 47.77%
G = 51.63%
B = 0.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#A1AE02 (or 0xA1AE02) is known color: Citrus. HEX triplet: A1, AE and 02. RGB value is (161,174,2). Sum of RGB (Red+Green+Blue) = 161+174+2=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AE02 is #5E51FD. Grayscale: #979797. Windows color (decimal): -6181374 or 175777. OLE color: 175777.

HSL color Cylindrical-coordinate representation of color #A1AE02: hue angle of 64.53º 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 #A1AE02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 174 2 -
CMYK 0.07 0 0.99 0.32
HSL 64.53º 0.98% 0.35% -
HSV(B) 64.53º 0.99% 0.68% -
XYZ 29.84 37.85 5.79 -
YUV 150.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 161 174 2 0.07 0 0.99 0.32 64.53 0.98 0.35
Hex A1 AE 2 7 0 63 20 41 62 23
Octal 241 256 2 7 0 143 40 101 142 43
Binary 10100001 10101110 10 111 0 1100011 100000 1000001 1100010 100011

Color Harmonies of #A1AE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE02

Black with #A1AE02

Text Example


Text Example

White with #A1AE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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