Html Css Color HEX #AEC825 Bahia

📋 copy color: '#AEC825'

red 174 ◦ green 200 ◦ blue 37

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

Shades of Bahia #AEC825

Tints of Bahia #AEC825

RGB

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

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

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

R = 42.34%
G = 48.66%
B = 9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#AEC825 (or 0xAEC825) is known color: Bahia. HEX triplet: AE, C8 and 25. RGB value is (174,200,37). Sum of RGB (Red+Green+Blue) = 174+200+37=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC825 is #5137DA. Grayscale: #AEAEAE. Windows color (decimal): -5322715 or 2476206. OLE color: 2476206.

HSL color Cylindrical-coordinate representation of color #AEC825: hue angle of 69.57º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEC825 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 200 37 -
CMYK 0.13 0 0.82 0.22
HSL 69.57º 0.69% 0.46% -
HSV(B) 69.57º 0.82% 0.78% -
XYZ 38.44 50.44 9.46 -
YUV 173.64 50.89 128.25 -
System Red Green Blue C M Y K H S L
Decimal 174 200 37 0.13 0 0.82 0.22 69.57 0.69 0.46
Hex AE C8 25 D 0 52 16 46 45 2E
Octal 256 310 45 15 0 122 26 106 105 56
Binary 10101110 11001000 100101 1101 0 1010010 10110 1000110 1000101 101110

Color Harmonies of #AEC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC825

Black with #AEC825

Text Example


Text Example

White with #AEC825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC825; }

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

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

background-color css

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

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

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

border-color css

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

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

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