Html Css Color HEX #AEC11E Bahia

📋 copy color: '#AEC11E'

red 174 ◦ green 193 ◦ blue 30

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

Shades of Bahia #AEC11E

Tints of Bahia #AEC11E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.61%

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

R = 43.83%
G = 48.61%
B = 7.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#AEC11E (or 0xAEC11E) is known color: Bahia. HEX triplet: AE, C1 and 1E. RGB value is (174,193,30). Sum of RGB (Red+Green+Blue) = 174+193+30=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC11E is #513EE1. Grayscale: #A9A9A9. Windows color (decimal): -5324514 or 2015662. OLE color: 2015662.

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

Color convert

RGB 174 193 30 -
CMYK 0.10 0 0.84 0.24
HSL 66.99º 0.73% 0.44% -
HSV(B) 66.99º 0.84% 0.76% -
XYZ 36.76 47.23 8.41 -
YUV 168.74 49.71 131.75 -
System Red Green Blue C M Y K H S L
Decimal 174 193 30 0.10 0 0.84 0.24 66.99 0.73 0.44
Hex AE C1 1E A 0 54 18 43 49 2C
Octal 256 301 36 12 0 124 30 103 111 54
Binary 10101110 11000001 11110 1010 0 1010100 11000 1000011 1001001 101100

Color Harmonies of #AEC11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC11E

Black with #AEC11E

Text Example


Text Example

White with #AEC11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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