Html Css Color HEX #AED834 Atlantis

📋 copy color: '#AED834'

red 174 ◦ green 216 ◦ blue 52

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

Shades of Atlantis #AED834

Tints of Atlantis #AED834

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.87%

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

R = 39.37%
G = 48.87%
B = 11.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#AED834 (or 0xAED834) is known color: Atlantis. HEX triplet: AE, D8 and 34. RGB value is (174,216,52). Sum of RGB (Red+Green+Blue) = 174+216+52=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #AED834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED834 is #5127CB. Grayscale: #B9B9B9. Windows color (decimal): -5318604 or 3463342. OLE color: 3463342.

HSL color Cylindrical-coordinate representation of color #AED834: hue angle of 75.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AED834 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 52 -
CMYK 0.19 0 0.76 0.15
HSL 75.37º 0.68% 0.53% -
HSV(B) 75.37º 0.76% 0.85% -
XYZ 42.63 58.36 12.27 -
YUV 184.75 53.09 120.34 -
System Red Green Blue C M Y K H S L
Decimal 174 216 52 0.19 0 0.76 0.15 75.37 0.68 0.53
Hex AE D8 34 13 0 4C F 4B 44 35
Octal 256 330 64 23 0 114 17 113 104 65
Binary 10101110 11011000 110100 10011 0 1001100 1111 1001011 1000100 110101

Color Harmonies of #AED834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED834

Black with #AED834

Text Example


Text Example

White with #AED834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED834; }

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

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

background-color css

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

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

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

border-color css

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

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

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