Html Css Color HEX #AED23B Atlantis

📋 copy color: '#AED23B'

red 174 ◦ green 210 ◦ blue 59

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

Shades of Atlantis #AED23B

Tints of Atlantis #AED23B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.32%

R = 39.28%
G = 47.4%
B = 13.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#AED23B (or 0xAED23B) is known color: Atlantis. HEX triplet: AE, D2 and 3B. RGB value is (174,210,59). Sum of RGB (Red+Green+Blue) = 174+210+59=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 59 (23.44% from 255 or 13.32% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #AED23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED23B is #512DC4. Grayscale: #B6B6B6. Windows color (decimal): -5320133 or 3920558. OLE color: 3920558.

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

Color convert

RGB 174 210 59 -
CMYK 0.17 0 0.72 0.18
HSL 74.3º 0.63% 0.53% -
HSV(B) 74.3º 0.72% 0.82% -
XYZ 41.29 55.41 12.66 -
YUV 182.02 58.57 122.28 -
System Red Green Blue C M Y K H S L
Decimal 174 210 59 0.17 0 0.72 0.18 74.3 0.63 0.53
Hex AE D2 3B 11 0 48 12 4A 3F 35
Octal 256 322 73 21 0 110 22 112 77 65
Binary 10101110 11010010 111011 10001 0 1001000 10010 1001010 111111 110101

Color Harmonies of #AED23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED23B

Black with #AED23B

Text Example


Text Example

White with #AED23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED23B; }

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

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

background-color css

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

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

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

border-color css

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

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

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