Html Css Color HEX #AEC31E Bahia

📋 copy color: '#AEC31E'

red 174 ◦ green 195 ◦ blue 30

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

Shades of Bahia #AEC31E

Tints of Bahia #AEC31E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.87%

 BLUE value IS 30 (12.11% from 255) = 7.52%

R = 43.61%
G = 48.87%
B = 7.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#AEC31E (or 0xAEC31E) is known color: Bahia. HEX triplet: AE, C3 and 1E. RGB value is (174,195,30). Sum of RGB (Red+Green+Blue) = 174+195+30=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC31E is #513CE1. Grayscale: #AAAAAA. Windows color (decimal): -5324002 or 2016174. OLE color: 2016174.

HSL color Cylindrical-coordinate representation of color #AEC31E: hue angle of 67.64º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEC31E is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 195 30 -
CMYK 0.11 0 0.85 0.24
HSL 67.64º 0.73% 0.44% -
HSV(B) 67.64º 0.85% 0.76% -
XYZ 37.21 48.12 8.56 -
YUV 169.91 49.04 130.92 -
System Red Green Blue C M Y K H S L
Decimal 174 195 30 0.11 0 0.85 0.24 67.64 0.73 0.44
Hex AE C3 1E B 0 55 18 44 49 2C
Octal 256 303 36 13 0 125 30 104 111 54
Binary 10101110 11000011 11110 1011 0 1010101 11000 1000100 1001001 101100

Color Harmonies of #AEC31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC31E

Black with #AEC31E

Text Example


Text Example

White with #AEC31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC31E; }

 p { color: rgb(174,195,30); }

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

background-color css

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

 a { background-color: rgb(174,195,30); }

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

border-color css

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

 span { border-color: rgb(174,195,30); }

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