Html Css Color HEX #AED233 Atlantis

📋 copy color: '#AED233'

red 174 ◦ green 210 ◦ blue 51

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

Shades of Atlantis #AED233

Tints of Atlantis #AED233

RGB

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

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

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

R = 40%
G = 48.28%
B = 11.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#AED233 (or 0xAED233) is known color: Atlantis. HEX triplet: AE, D2 and 33. RGB value is (174,210,51). Sum of RGB (Red+Green+Blue) = 174+210+51=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #AED233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED233 is #512DCC. Grayscale: #B5B5B5. Windows color (decimal): -5320141 or 3396270. OLE color: 3396270.

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

Color convert

RGB 174 210 51 -
CMYK 0.17 0 0.76 0.18
HSL 73.58º 0.64% 0.51% -
HSV(B) 73.58º 0.76% 0.82% -
XYZ 41.1 55.33 11.65 -
YUV 181.11 54.57 122.93 -
System Red Green Blue C M Y K H S L
Decimal 174 210 51 0.17 0 0.76 0.18 73.58 0.64 0.51
Hex AE D2 33 11 0 4C 12 4A 40 33
Octal 256 322 63 21 0 114 22 112 100 63
Binary 10101110 11010010 110011 10001 0 1001100 10010 1001010 1000000 110011

Color Harmonies of #AED233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED233

Black with #AED233

Text Example


Text Example

White with #AED233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED233; }

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

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

background-color css

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

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

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

border-color css

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

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

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