Html Css Color HEX #AED23D Atlantis

📋 copy color: '#AED23D'

red 174 ◦ green 210 ◦ blue 61

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

Shades of Atlantis #AED23D

Tints of Atlantis #AED23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.71%

R = 39.1%
G = 47.19%
B = 13.71%

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

#AED23D (or 0xAED23D) is known color: Atlantis. HEX triplet: AE, D2 and 3D. RGB value is (174,210,61). Sum of RGB (Red+Green+Blue) = 174+210+61=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #AED23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED23D is #512DC2. Grayscale: #B6B6B6. Windows color (decimal): -5320131 or 4051630. OLE color: 4051630.

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

Color convert

RGB 174 210 61 -
CMYK 0.17 0 0.71 0.18
HSL 74.5º 0.62% 0.53% -
HSV(B) 74.5º 0.71% 0.82% -
XYZ 41.34 55.43 12.93 -
YUV 182.25 59.57 122.12 -
System Red Green Blue C M Y K H S L
Decimal 174 210 61 0.17 0 0.71 0.18 74.5 0.62 0.53
Hex AE D2 3D 11 0 47 12 4A 3E 35
Octal 256 322 75 21 0 107 22 112 76 65
Binary 10101110 11010010 111101 10001 0 1000111 10010 1001010 111110 110101

Color Harmonies of #AED23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED23D

Black with #AED23D

Text Example


Text Example

White with #AED23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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