#aec51f

Color #AEC51F Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AEC51F

Tints of Bahia #AEC51F

Color information

#AEC51F (or 0xAEC51F) is unknown color: approx Bahia. HEX triplet: AE, C5 and 1F. RGB value is (174,197,31). Sum of RGB (Red+Green+Blue) = 174+197+31=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC51F is #513AE0. Grayscale: #ABABAB. Windows color (decimal): -5323489 or 2082222. OLE color: 2082222.

HSL color Cylindrical-coordinate representation of color #AEC51F: hue angle of 68.31º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEC51F is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB17419731-
CMYK0.1200.840.23
HSL68.31º72.81%44.71%-
HSV(B)68.31º84.26%77.25%-
XYZ37.6749.038.77-
YUV171.248.88130-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 197 (77.34% from 255) = 49.00%
BLUE value IS 31 (12.5% from 255) = 7.71%
R=43.28%
G=49.00%
B=7.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal174197310.1200.840.2368.3172.8144.71
HexAEC51FC0541744492d
Octal256305371401242710411155
Binary1010111011000101111111100010101001011110001001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aec51f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aec51f; }

 p { color: rgb(174,197,31); }

 H1.HeaderClassName
 {
   color: #aec51f;
 }
 .AnyTagClassName
 {
   color: #aec51f;
 }
</style>
background-color css

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

 a { background-color: rgb(174,197,31); }

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

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

 span { border-color: rgb(174,197,31); }

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