Html Css Color HEX #AEC02F Bahia

📋 copy color: '#AEC02F'

red 174 ◦ green 192 ◦ blue 47

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

Shades of Bahia #AEC02F

Tints of Bahia #AEC02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.38%

R = 42.13%
G = 46.49%
B = 11.38%

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

#AEC02F (or 0xAEC02F) is known color: Bahia. HEX triplet: AE, C0 and 2F. RGB value is (174,192,47). Sum of RGB (Red+Green+Blue) = 174+192+47=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC02F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC02F is #513FD0. Grayscale: #AAAAAA. Windows color (decimal): -5324753 or 3129518. OLE color: 3129518.

HSL color Cylindrical-coordinate representation of color #AEC02F: hue angle of 67.45º 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 #AEC02F is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 47 -
CMYK 0.09 0 0.76 0.25
HSL 67.45º 0.61% 0.47% -
HSV(B) 67.45º 0.76% 0.75% -
XYZ 36.82 46.9 9.8 -
YUV 170.09 58.54 130.79 -
System Red Green Blue C M Y K H S L
Decimal 174 192 47 0.09 0 0.76 0.25 67.45 0.61 0.47
Hex AE C0 2F 9 0 4C 19 43 3D 2F
Octal 256 300 57 11 0 114 31 103 75 57
Binary 10101110 11000000 101111 1001 0 1001100 11001 1000011 111101 101111

Color Harmonies of #AEC02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC02F

Black with #AEC02F

Text Example


Text Example

White with #AEC02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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