Html Css Color HEX #AED028 Bahia

📋 copy color: '#AED028'

red 174 ◦ green 208 ◦ blue 40

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

Shades of Bahia #AED028

Tints of Bahia #AED028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.29%

 BLUE value IS 40 (16.02% from 255) = 9.48%

R = 41.23%
G = 49.29%
B = 9.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#AED028 (or 0xAED028) is known color: Bahia. HEX triplet: AE, D0 and 28. RGB value is (174,208,40). Sum of RGB (Red+Green+Blue) = 174+208+40=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #AED028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED028 is #512FD7. Grayscale: #B3B3B3. Windows color (decimal): -5320664 or 2674862. OLE color: 2674862.

HSL color Cylindrical-coordinate representation of color #AED028: hue angle of 72.14º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AED028 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 40 -
CMYK 0.16 0 0.81 0.18
HSL 72.14º 0.68% 0.49% -
HSV(B) 72.14º 0.81% 0.82% -
XYZ 40.39 54.26 10.35 -
YUV 178.68 49.74 124.66 -
System Red Green Blue C M Y K H S L
Decimal 174 208 40 0.16 0 0.81 0.18 72.14 0.68 0.49
Hex AE D0 28 10 0 51 12 48 44 31
Octal 256 320 50 20 0 121 22 110 104 61
Binary 10101110 11010000 101000 10000 0 1010001 10010 1001000 1000100 110001

Color Harmonies of #AED028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED028

Black with #AED028

Text Example


Text Example

White with #AED028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED028; }

 p { color: rgb(174,208,40); }

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

background-color css

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

 a { background-color: rgb(174,208,40); }

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

border-color css

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

 span { border-color: rgb(174,208,40); }

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