Html Css Color HEX #AEC817 Bahia

📋 copy color: '#AEC817'

red 174 ◦ green 200 ◦ blue 23

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

Shades of Bahia #AEC817

Tints of Bahia #AEC817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.79%

R = 43.83%
G = 50.38%
B = 5.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#AEC817 (or 0xAEC817) is known color: Bahia. HEX triplet: AE, C8 and 17. RGB value is (174,200,23). Sum of RGB (Red+Green+Blue) = 174+200+23=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC817 is #5137E8. Grayscale: #ACACAC. Windows color (decimal): -5322729 or 1558702. OLE color: 1558702.

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

Color convert

RGB 174 200 23 -
CMYK 0.13 0 0.88 0.22
HSL 68.81º 0.79% 0.44% -
HSV(B) 68.81º 0.89% 0.78% -
XYZ 38.26 50.37 8.52 -
YUV 172.05 43.89 129.39 -
System Red Green Blue C M Y K H S L
Decimal 174 200 23 0.13 0 0.88 0.22 68.81 0.79 0.44
Hex AE C8 17 D 0 58 16 45 4F 2C
Octal 256 310 27 15 0 130 26 105 117 54
Binary 10101110 11001000 10111 1101 0 1011000 10110 1000101 1001111 101100

Color Harmonies of #AEC817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC817

Black with #AEC817

Text Example


Text Example

White with #AEC817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC817; }

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

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

background-color css

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

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

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

border-color css

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

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

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