Html Css Color HEX #AABE14 Bahia

📋 copy color: '#AABE14'

red 170 ◦ green 190 ◦ blue 20

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

Shades of Bahia #AABE14

Tints of Bahia #AABE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 44.74%
G = 50%
B = 5.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#AABE14 (or 0xAABE14) is known color: Bahia. HEX triplet: AA, BE and 14. RGB value is (170,190,20). Sum of RGB (Red+Green+Blue) = 170+190+20=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABE14 is #5541EB. Grayscale: #A5A5A5. Windows color (decimal): -5587436 or 1359530. OLE color: 1359530.

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

Color convert

RGB 170 190 20 -
CMYK 0.11 0 0.89 0.25
HSL 67.06º 0.81% 0.41% -
HSV(B) 67.06º 0.89% 0.75% -
XYZ 35.12 45.42 7.58 -
YUV 164.64 46.37 131.82 -
System Red Green Blue C M Y K H S L
Decimal 170 190 20 0.11 0 0.89 0.25 67.06 0.81 0.41
Hex AA BE 14 B 0 59 19 43 51 29
Octal 252 276 24 13 0 131 31 103 121 51
Binary 10101010 10111110 10100 1011 0 1011001 11001 1000011 1010001 101001

Color Harmonies of #AABE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABE14

Black with #AABE14

Text Example


Text Example

White with #AABE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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