Html Css Color HEX #AEC81D Bahia

📋 copy color: '#AEC81D'

red 174 ◦ green 200 ◦ blue 29

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

Shades of Bahia #AEC81D

Tints of Bahia #AEC81D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.63%

 BLUE value IS 29 (11.72% from 255) = 7.2%

R = 43.18%
G = 49.63%
B = 7.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#AEC81D (or 0xAEC81D) is known color: Bahia. HEX triplet: AE, C8 and 1D. RGB value is (174,200,29). Sum of RGB (Red+Green+Blue) = 174+200+29=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC81D is #5137E2. Grayscale: #ADADAD. Windows color (decimal): -5322723 or 1951918. OLE color: 1951918.

HSL color Cylindrical-coordinate representation of color #AEC81D: hue angle of 69.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AEC81D is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 200 29 -
CMYK 0.13 0 0.86 0.22
HSL 69.12º 0.75% 0.45% -
HSV(B) 69.12º 0.86% 0.78% -
XYZ 38.33 50.4 8.87 -
YUV 172.73 46.89 128.9 -
System Red Green Blue C M Y K H S L
Decimal 174 200 29 0.13 0 0.86 0.22 69.12 0.75 0.45
Hex AE C8 1D D 0 56 16 45 4B 2D
Octal 256 310 35 15 0 126 26 105 113 55
Binary 10101110 11001000 11101 1101 0 1010110 10110 1000101 1001011 101101

Color Harmonies of #AEC81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC81D

Black with #AEC81D

Text Example


Text Example

White with #AEC81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC81D; }

 p { color: rgb(174,200,29); }

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

background-color css

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

 a { background-color: rgb(174,200,29); }

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

border-color css

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

 span { border-color: rgb(174,200,29); }

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