Html Css Color HEX #AABC03 Citrus

📋 copy color: '#AABC03'

red 170 ◦ green 188 ◦ blue 3

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

Shades of Citrus #AABC03

Tints of Citrus #AABC03

RGB

 RED value IS 170 (66.8% from 255) = 47.09%

 GREEN value IS 188 (73.83% from 255) = 52.08%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 47.09%
G = 52.08%
B = 0.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#AABC03 (or 0xAABC03) is known color: Citrus. HEX triplet: AA, BC and 03. RGB value is (170,188,3). Sum of RGB (Red+Green+Blue) = 170+188+3=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC03 is #5543FC. Grayscale: #A2A2A2. Windows color (decimal): -5587965 or 244906. OLE color: 244906.

HSL color Cylindrical-coordinate representation of color #AABC03: hue angle of 65.84º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AABC03 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 3 -
CMYK 0.10 0 0.98 0.26
HSL 65.84º 0.97% 0.37% -
HSV(B) 65.84º 0.98% 0.74% -
XYZ 34.58 44.52 6.86 -
YUV 161.53 38.54 134.04 -
System Red Green Blue C M Y K H S L
Decimal 170 188 3 0.10 0 0.98 0.26 65.84 0.97 0.37
Hex AA BC 3 A 0 62 1A 42 61 25
Octal 252 274 3 12 0 142 32 102 141 45
Binary 10101010 10111100 11 1010 0 1100010 11010 1000010 1100001 100101

Color Harmonies of #AABC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC03

Black with #AABC03

Text Example


Text Example

White with #AABC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC03; }

 p { color: rgb(170,188,3); }

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

background-color css

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

 a { background-color: rgb(170,188,3); }

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

border-color css

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

 span { border-color: rgb(170,188,3); }

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