Html Css Color HEX #AECC25 Bahia

📋 copy color: '#AECC25'

red 174 ◦ green 204 ◦ blue 37

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

Shades of Bahia #AECC25

Tints of Bahia #AECC25

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.16%

 BLUE value IS 37 (14.84% from 255) = 8.92%

R = 41.93%
G = 49.16%
B = 8.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#AECC25 (or 0xAECC25) is known color: Bahia. HEX triplet: AE, CC and 25. RGB value is (174,204,37). Sum of RGB (Red+Green+Blue) = 174+204+37=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 37 (14.84% from 255 or 8.92% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC25 is #5133DA. Grayscale: #B0B0B0. Windows color (decimal): -5321691 or 2477230. OLE color: 2477230.

HSL color Cylindrical-coordinate representation of color #AECC25: hue angle of 70.78º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AECC25 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 37 -
CMYK 0.15 0 0.82 0.2
HSL 70.78º 0.69% 0.47% -
HSV(B) 70.78º 0.82% 0.8% -
XYZ 39.38 52.32 9.77 -
YUV 175.99 49.56 126.58 -
System Red Green Blue C M Y K H S L
Decimal 174 204 37 0.15 0 0.82 0.2 70.78 0.69 0.47
Hex AE CC 25 F 0 52 14 47 45 2F
Octal 256 314 45 17 0 122 24 107 105 57
Binary 10101110 11001100 100101 1111 0 1010010 10100 1000111 1000101 101111

Color Harmonies of #AECC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC25

Black with #AECC25

Text Example


Text Example

White with #AECC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC25; }

 p { color: rgb(174,204,37); }

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

background-color css

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

 a { background-color: rgb(174,204,37); }

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

border-color css

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

 span { border-color: rgb(174,204,37); }

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