Html Css Color HEX #AED334 Atlantis

📋 copy color: '#AED334'

red 174 ◦ green 211 ◦ blue 52

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

Shades of Atlantis #AED334

Tints of Atlantis #AED334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.28%

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

R = 39.82%
G = 48.28%
B = 11.9%

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

#AED334 (or 0xAED334) is known color: Atlantis. HEX triplet: AE, D3 and 34. RGB value is (174,211,52). Sum of RGB (Red+Green+Blue) = 174+211+52=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #AED334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED334 is #512CCB. Grayscale: #B6B6B6. Windows color (decimal): -5319884 or 3462062. OLE color: 3462062.

HSL color Cylindrical-coordinate representation of color #AED334: hue angle of 73.96º degrees, saturation: 0.64, 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 #AED334 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 52 -
CMYK 0.18 0 0.75 0.17
HSL 73.96º 0.64% 0.52% -
HSV(B) 73.96º 0.75% 0.83% -
XYZ 41.37 55.84 11.85 -
YUV 181.81 54.74 122.43 -
System Red Green Blue C M Y K H S L
Decimal 174 211 52 0.18 0 0.75 0.17 73.96 0.64 0.52
Hex AE D3 34 12 0 4B 11 4A 40 34
Octal 256 323 64 22 0 113 21 112 100 64
Binary 10101110 11010011 110100 10010 0 1001011 10001 1001010 1000000 110100

Color Harmonies of #AED334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED334

Black with #AED334

Text Example


Text Example

White with #AED334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED334; }

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

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

background-color css

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

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

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

border-color css

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

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

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