Html Css Color HEX #AEC92F Bahia

📋 copy color: '#AEC92F'

red 174 ◦ green 201 ◦ blue 47

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

Shades of Bahia #AEC92F

Tints of Bahia #AEC92F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.63%

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

R = 41.23%
G = 47.63%
B = 11.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#AEC92F (or 0xAEC92F) is known color: Bahia. HEX triplet: AE, C9 and 2F. RGB value is (174,201,47). Sum of RGB (Red+Green+Blue) = 174+201+47=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC92F is #5136D0. Grayscale: #AFAFAF. Windows color (decimal): -5322449 or 3131822. OLE color: 3131822.

HSL color Cylindrical-coordinate representation of color #AEC92F: hue angle of 70.52º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEC92F is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 47 -
CMYK 0.13 0 0.77 0.21
HSL 70.52º 0.62% 0.49% -
HSV(B) 70.52º 0.77% 0.79% -
XYZ 38.86 50.98 10.48 -
YUV 175.37 55.55 127.02 -
System Red Green Blue C M Y K H S L
Decimal 174 201 47 0.13 0 0.77 0.21 70.52 0.62 0.49
Hex AE C9 2F D 0 4D 15 47 3E 31
Octal 256 311 57 15 0 115 25 107 76 61
Binary 10101110 11001001 101111 1101 0 1001101 10101 1000111 111110 110001

Color Harmonies of #AEC92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC92F

Black with #AEC92F

Text Example


Text Example

White with #AEC92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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