Html Css Color HEX #AED633 Atlantis

📋 copy color: '#AED633'

red 174 ◦ green 214 ◦ blue 51

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

Shades of Atlantis #AED633

Tints of Atlantis #AED633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.62%

R = 39.64%
G = 48.75%
B = 11.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#AED633 (or 0xAED633) is known color: Atlantis. HEX triplet: AE, D6 and 33. RGB value is (174,214,51). Sum of RGB (Red+Green+Blue) = 174+214+51=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #AED633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED633 is #5129CC. Grayscale: #B8B8B8. Windows color (decimal): -5319117 or 3397294. OLE color: 3397294.

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

Color convert

RGB 174 214 51 -
CMYK 0.19 0 0.76 0.16
HSL 74.72º 0.67% 0.52% -
HSV(B) 74.72º 0.76% 0.84% -
XYZ 42.1 57.33 11.98 -
YUV 183.46 53.25 121.25 -
System Red Green Blue C M Y K H S L
Decimal 174 214 51 0.19 0 0.76 0.16 74.72 0.67 0.52
Hex AE D6 33 13 0 4C 10 4B 43 34
Octal 256 326 63 23 0 114 20 113 103 64
Binary 10101110 11010110 110011 10011 0 1001100 10000 1001011 1000011 110100

Color Harmonies of #AED633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED633

Black with #AED633

Text Example


Text Example

White with #AED633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED633; }

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

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

background-color css

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

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

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

border-color css

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

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

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