Html Css Color HEX #AEC42F Bahia

📋 copy color: '#AEC42F'

red 174 ◦ green 196 ◦ blue 47

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

Shades of Bahia #AEC42F

Tints of Bahia #AEC42F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47%

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

R = 41.73%
G = 47%
B = 11.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#AEC42F (or 0xAEC42F) is known color: Bahia. HEX triplet: AE, C4 and 2F. RGB value is (174,196,47). Sum of RGB (Red+Green+Blue) = 174+196+47=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC42F is #513BD0. Grayscale: #ADADAD. Windows color (decimal): -5323729 or 3130542. OLE color: 3130542.

HSL color Cylindrical-coordinate representation of color #AEC42F: hue angle of 68.86º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEC42F is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 196 47 -
CMYK 0.11 0 0.76 0.23
HSL 68.86º 0.61% 0.48% -
HSV(B) 68.86º 0.76% 0.77% -
XYZ 37.71 48.68 10.1 -
YUV 172.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 174 196 47 0.11 0 0.76 0.23 68.86 0.61 0.48
Hex AE C4 2F B 0 4C 17 45 3D 30
Octal 256 304 57 13 0 114 27 105 75 60
Binary 10101110 11000100 101111 1011 0 1001100 10111 1000101 111101 110000

Color Harmonies of #AEC42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC42F

Black with #AEC42F

Text Example


Text Example

White with #AEC42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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