Html Css Color HEX #AEC02E Bahia

📋 copy color: '#AEC02E'

red 174 ◦ green 192 ◦ blue 46

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

Shades of Bahia #AEC02E

Tints of Bahia #AEC02E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.6%

 BLUE value IS 46 (18.36% from 255) = 11.17%

R = 42.23%
G = 46.6%
B = 11.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#AEC02E (or 0xAEC02E) is known color: Bahia. HEX triplet: AE, C0 and 2E. RGB value is (174,192,46). Sum of RGB (Red+Green+Blue) = 174+192+46=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC02E is #513FD1. Grayscale: #AAAAAA. Windows color (decimal): -5324754 or 3063982. OLE color: 3063982.

HSL color Cylindrical-coordinate representation of color #AEC02E: hue angle of 67.4º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEC02E is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 46 -
CMYK 0.09 0 0.76 0.25
HSL 67.4º 0.61% 0.47% -
HSV(B) 67.4º 0.76% 0.75% -
XYZ 36.8 46.9 9.7 -
YUV 169.97 58.04 130.87 -
System Red Green Blue C M Y K H S L
Decimal 174 192 46 0.09 0 0.76 0.25 67.4 0.61 0.47
Hex AE C0 2E 9 0 4C 19 43 3D 2F
Octal 256 300 56 11 0 114 31 103 75 57
Binary 10101110 11000000 101110 1001 0 1001100 11001 1000011 111101 101111

Color Harmonies of #AEC02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC02E

Black with #AEC02E

Text Example


Text Example

White with #AEC02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC02E; }

 p { color: rgb(174,192,46); }

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

background-color css

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

 a { background-color: rgb(174,192,46); }

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

border-color css

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

 span { border-color: rgb(174,192,46); }

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