Html Css Color HEX #AABE18 Bahia

📋 copy color: '#AABE18'

red 170 ◦ green 190 ◦ blue 24

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

Shades of Bahia #AABE18

Tints of Bahia #AABE18

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.48%

 BLUE value IS 24 (9.77% from 255) = 6.25%

R = 44.27%
G = 49.48%
B = 6.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#AABE18 (or 0xAABE18) is known color: Bahia. HEX triplet: AA, BE and 18. RGB value is (170,190,24). Sum of RGB (Red+Green+Blue) = 170+190+24=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABE18 is #5541E7. Grayscale: #A5A5A5. Windows color (decimal): -5587432 or 1621674. OLE color: 1621674.

HSL color Cylindrical-coordinate representation of color #AABE18: hue angle of 67.23º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AABE18 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 190 24 -
CMYK 0.11 0 0.87 0.25
HSL 67.23º 0.78% 0.42% -
HSV(B) 67.23º 0.87% 0.75% -
XYZ 35.16 45.44 7.78 -
YUV 165.1 48.37 131.5 -
System Red Green Blue C M Y K H S L
Decimal 170 190 24 0.11 0 0.87 0.25 67.23 0.78 0.42
Hex AA BE 18 B 0 57 19 43 4E 2A
Octal 252 276 30 13 0 127 31 103 116 52
Binary 10101010 10111110 11000 1011 0 1010111 11001 1000011 1001110 101010

Color Harmonies of #AABE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABE18

Black with #AABE18

Text Example


Text Example

White with #AABE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABE18; }

 p { color: rgb(170,190,24); }

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

background-color css

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

 a { background-color: rgb(170,190,24); }

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

border-color css

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

 span { border-color: rgb(170,190,24); }

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