Html Css Color HEX #AECF29 Bahia

📋 copy color: '#AECF29'

red 174 ◦ green 207 ◦ blue 41

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

Shades of Bahia #AECF29

Tints of Bahia #AECF29

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.05%

 BLUE value IS 41 (16.41% from 255) = 9.72%

R = 41.23%
G = 49.05%
B = 9.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#AECF29 (or 0xAECF29) is known color: Bahia. HEX triplet: AE, CF and 29. RGB value is (174,207,41). Sum of RGB (Red+Green+Blue) = 174+207+41=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF29 is #5130D6. Grayscale: #B2B2B2. Windows color (decimal): -5320919 or 2740142. OLE color: 2740142.

HSL color Cylindrical-coordinate representation of color #AECF29: hue angle of 71.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AECF29 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 41 -
CMYK 0.16 0 0.80 0.19
HSL 71.93º 0.67% 0.49% -
HSV(B) 71.93º 0.8% 0.81% -
XYZ 40.17 53.78 10.36 -
YUV 178.21 50.57 125 -
System Red Green Blue C M Y K H S L
Decimal 174 207 41 0.16 0 0.80 0.19 71.93 0.67 0.49
Hex AE CF 29 10 0 50 13 48 43 31
Octal 256 317 51 20 0 120 23 110 103 61
Binary 10101110 11001111 101001 10000 0 1010000 10011 1001000 1000011 110001

Color Harmonies of #AECF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF29

Black with #AECF29

Text Example


Text Example

White with #AECF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF29; }

 p { color: rgb(174,207,41); }

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

background-color css

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

 a { background-color: rgb(174,207,41); }

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

border-color css

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

 span { border-color: rgb(174,207,41); }

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