Html Css Color HEX #AED735 Atlantis

📋 copy color: '#AED735'

red 174 ◦ green 215 ◦ blue 53

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

Shades of Atlantis #AED735

Tints of Atlantis #AED735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.99%

R = 39.37%
G = 48.64%
B = 11.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#AED735 (or 0xAED735) is known color: Atlantis. HEX triplet: AE, D7 and 35. RGB value is (174,215,53). Sum of RGB (Red+Green+Blue) = 174+215+53=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 53 (21.09% from 255 or 11.99% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #AED735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED735 is #5128CA. Grayscale: #B8B8B8. Windows color (decimal): -5318859 or 3528622. OLE color: 3528622.

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

Color convert

RGB 174 215 53 -
CMYK 0.19 0 0.75 0.16
HSL 75.19º 0.67% 0.53% -
HSV(B) 75.19º 0.75% 0.84% -
XYZ 42.4 57.86 12.3 -
YUV 184.27 53.92 120.67 -
System Red Green Blue C M Y K H S L
Decimal 174 215 53 0.19 0 0.75 0.16 75.19 0.67 0.53
Hex AE D7 35 13 0 4B 10 4B 43 35
Octal 256 327 65 23 0 113 20 113 103 65
Binary 10101110 11010111 110101 10011 0 1001011 10000 1001011 1000011 110101

Color Harmonies of #AED735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED735

Black with #AED735

Text Example


Text Example

White with #AED735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED735; }

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

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

background-color css

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

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

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

border-color css

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

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

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