Html Css Color HEX #AEC01E Bahia

📋 copy color: '#AEC01E'

red 174 ◦ green 192 ◦ blue 30

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

Shades of Bahia #AEC01E

Tints of Bahia #AEC01E

RGB

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

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

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

R = 43.94%
G = 48.48%
B = 7.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#AEC01E (or 0xAEC01E) is known color: Bahia. HEX triplet: AE, C0 and 1E. RGB value is (174,192,30). Sum of RGB (Red+Green+Blue) = 174+192+30=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC01E is #513FE1. Grayscale: #A8A8A8. Windows color (decimal): -5324770 or 2015406. OLE color: 2015406.

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

Color convert

RGB 174 192 30 -
CMYK 0.09 0 0.84 0.25
HSL 66.67º 0.73% 0.44% -
HSV(B) 66.67º 0.84% 0.75% -
XYZ 36.54 46.79 8.33 -
YUV 168.15 50.04 132.17 -
System Red Green Blue C M Y K H S L
Decimal 174 192 30 0.09 0 0.84 0.25 66.67 0.73 0.44
Hex AE C0 1E 9 0 54 19 43 49 2C
Octal 256 300 36 11 0 124 31 103 111 54
Binary 10101110 11000000 11110 1001 0 1010100 11001 1000011 1001001 101100

Color Harmonies of #AEC01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC01E

Black with #AEC01E

Text Example


Text Example

White with #AEC01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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