Html Css Color HEX #AED23C Atlantis

📋 copy color: '#AED23C'

red 174 ◦ green 210 ◦ blue 60

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

Shades of Atlantis #AED23C

Tints of Atlantis #AED23C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.3%

 BLUE value IS 60 (23.83% from 255) = 13.51%

R = 39.19%
G = 47.3%
B = 13.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#AED23C (or 0xAED23C) is known color: Atlantis. HEX triplet: AE, D2 and 3C. RGB value is (174,210,60). Sum of RGB (Red+Green+Blue) = 174+210+60=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #AED23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED23C is #512DC3. Grayscale: #B6B6B6. Windows color (decimal): -5320132 or 3986094. OLE color: 3986094.

HSL color Cylindrical-coordinate representation of color #AED23C: hue angle of 74.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AED23C is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 60 -
CMYK 0.17 0 0.71 0.18
HSL 74.4º 0.63% 0.53% -
HSV(B) 74.4º 0.71% 0.82% -
XYZ 41.32 55.42 12.79 -
YUV 182.14 59.07 122.2 -
System Red Green Blue C M Y K H S L
Decimal 174 210 60 0.17 0 0.71 0.18 74.4 0.63 0.53
Hex AE D2 3C 11 0 47 12 4A 3E 35
Octal 256 322 74 21 0 107 22 112 76 65
Binary 10101110 11010010 111100 10001 0 1000111 10010 1001010 111110 110101

Color Harmonies of #AED23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED23C

Black with #AED23C

Text Example


Text Example

White with #AED23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED23C; }

 p { color: rgb(174,210,60); }

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

background-color css

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

 a { background-color: rgb(174,210,60); }

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

border-color css

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

 span { border-color: rgb(174,210,60); }

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