Html Css Color HEX #AED732 Atlantis

📋 copy color: '#AED732'

red 174 ◦ green 215 ◦ blue 50

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

Shades of Atlantis #AED732

Tints of Atlantis #AED732

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.97%

 BLUE value IS 50 (19.92% from 255) = 11.39%

R = 39.64%
G = 48.97%
B = 11.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#AED732 (or 0xAED732) is known color: Atlantis. HEX triplet: AE, D7 and 32. RGB value is (174,215,50). Sum of RGB (Red+Green+Blue) = 174+215+50=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #AED732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED732 is #5128CD. Grayscale: #B8B8B8. Windows color (decimal): -5318862 or 3332014. OLE color: 3332014.

HSL color Cylindrical-coordinate representation of color #AED732: hue angle of 74.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AED732 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 50 -
CMYK 0.19 0 0.77 0.16
HSL 74.91º 0.67% 0.52% -
HSV(B) 74.91º 0.77% 0.84% -
XYZ 42.33 57.83 11.95 -
YUV 183.93 52.42 120.92 -
System Red Green Blue C M Y K H S L
Decimal 174 215 50 0.19 0 0.77 0.16 74.91 0.67 0.52
Hex AE D7 32 13 0 4D 10 4B 43 34
Octal 256 327 62 23 0 115 20 113 103 64
Binary 10101110 11010111 110010 10011 0 1001101 10000 1001011 1000011 110100

Color Harmonies of #AED732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED732

Black with #AED732

Text Example


Text Example

White with #AED732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED732; }

 p { color: rgb(174,215,50); }

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

background-color css

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

 a { background-color: rgb(174,215,50); }

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

border-color css

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

 span { border-color: rgb(174,215,50); }

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