Html Css Color HEX #AED434 Atlantis

📋 copy color: '#AED434'

red 174 ◦ green 212 ◦ blue 52

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

Shades of Atlantis #AED434

Tints of Atlantis #AED434

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.4%

 BLUE value IS 52 (20.7% from 255) = 11.87%

R = 39.73%
G = 48.4%
B = 11.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#AED434 (or 0xAED434) is known color: Atlantis. HEX triplet: AE, D4 and 34. RGB value is (174,212,52). Sum of RGB (Red+Green+Blue) = 174+212+52=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #AED434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED434 is #512BCB. Grayscale: #B7B7B7. Windows color (decimal): -5319628 or 3462318. OLE color: 3462318.

HSL color Cylindrical-coordinate representation of color #AED434: hue angle of 74.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AED434 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 52 -
CMYK 0.18 0 0.75 0.17
HSL 74.25º 0.65% 0.52% -
HSV(B) 74.25º 0.75% 0.83% -
XYZ 41.62 56.33 11.93 -
YUV 182.4 54.41 122.01 -
System Red Green Blue C M Y K H S L
Decimal 174 212 52 0.18 0 0.75 0.17 74.25 0.65 0.52
Hex AE D4 34 12 0 4B 11 4A 41 34
Octal 256 324 64 22 0 113 21 112 101 64
Binary 10101110 11010100 110100 10010 0 1001011 10001 1001010 1000001 110100

Color Harmonies of #AED434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED434

Black with #AED434

Text Example


Text Example

White with #AED434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED434; }

 p { color: rgb(174,212,52); }

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

background-color css

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

 a { background-color: rgb(174,212,52); }

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

border-color css

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

 span { border-color: rgb(174,212,52); }

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