Html Css Color HEX #AED632 Atlantis

📋 copy color: '#AED632'

red 174 ◦ green 214 ◦ blue 50

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

Shades of Atlantis #AED632

Tints of Atlantis #AED632

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.86%

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

R = 39.73%
G = 48.86%
B = 11.42%

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

#AED632 (or 0xAED632) is known color: Atlantis. HEX triplet: AE, D6 and 32. RGB value is (174,214,50). Sum of RGB (Red+Green+Blue) = 174+214+50=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #AED632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED632 is #5129CD. Grayscale: #B7B7B7. Windows color (decimal): -5319118 or 3331758. OLE color: 3331758.

HSL color Cylindrical-coordinate representation of color #AED632: hue angle of 74.63º 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 #AED632 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 50 -
CMYK 0.19 0 0.77 0.16
HSL 74.63º 0.67% 0.52% -
HSV(B) 74.63º 0.77% 0.84% -
XYZ 42.08 57.32 11.86 -
YUV 183.34 52.75 121.34 -
System Red Green Blue C M Y K H S L
Decimal 174 214 50 0.19 0 0.77 0.16 74.63 0.67 0.52
Hex AE D6 32 13 0 4D 10 4B 43 34
Octal 256 326 62 23 0 115 20 113 103 64
Binary 10101110 11010110 110010 10011 0 1001101 10000 1001011 1000011 110100

Color Harmonies of #AED632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED632

Black with #AED632

Text Example


Text Example

White with #AED632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED632; }

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

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

background-color css

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

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

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

border-color css

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

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

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