Html Css Color HEX #AEC116 Bahia

📋 copy color: '#AEC116'

red 174 ◦ green 193 ◦ blue 22

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

Shades of Bahia #AEC116

Tints of Bahia #AEC116

RGB

 RED value IS 174 (68.36% from 255) = 44.73%

 GREEN value IS 193 (75.78% from 255) = 49.61%

 BLUE value IS 22 (8.98% from 255) = 5.66%

R = 44.73%
G = 49.61%
B = 5.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#AEC116 (or 0xAEC116) is known color: Bahia. HEX triplet: AE, C1 and 16. RGB value is (174,193,22). Sum of RGB (Red+Green+Blue) = 174+193+22=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC116 is #513EE9. Grayscale: #A8A8A8. Windows color (decimal): -5324522 or 1491374. OLE color: 1491374.

HSL color Cylindrical-coordinate representation of color #AEC116: hue angle of 66.67º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEC116 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 193 22 -
CMYK 0.10 0 0.89 0.24
HSL 66.67º 0.8% 0.42% -
HSV(B) 66.67º 0.89% 0.76% -
XYZ 36.67 47.2 7.94 -
YUV 167.83 45.71 132.4 -
System Red Green Blue C M Y K H S L
Decimal 174 193 22 0.10 0 0.89 0.24 66.67 0.8 0.42
Hex AE C1 16 A 0 59 18 43 50 2A
Octal 256 301 26 12 0 131 30 103 120 52
Binary 10101110 11000001 10110 1010 0 1011001 11000 1000011 1010000 101010

Color Harmonies of #AEC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC116

Black with #AEC116

Text Example


Text Example

White with #AEC116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC116; }

 p { color: rgb(174,193,22); }

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

background-color css

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

 a { background-color: rgb(174,193,22); }

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

border-color css

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

 span { border-color: rgb(174,193,22); }

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