Html Css Color HEX #AEE235 Atlantis

📋 copy color: '#AEE235'

red 174 ◦ green 226 ◦ blue 53

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

Shades of Atlantis #AEE235

Tints of Atlantis #AEE235

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.89%

 BLUE value IS 53 (21.09% from 255) = 11.7%

R = 38.41%
G = 49.89%
B = 11.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#AEE235 (or 0xAEE235) is known color: Atlantis. HEX triplet: AE, E2 and 35. RGB value is (174,226,53). Sum of RGB (Red+Green+Blue) = 174+226+53=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 53 (21.09% from 255 or 11.70% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE235 is #511DCA. Grayscale: #BFBFBF. Windows color (decimal): -5316043 or 3531438. OLE color: 3531438.

HSL color Cylindrical-coordinate representation of color #AEE235: hue angle of 78.03º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEE235 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 226 53 -
CMYK 0.23 0 0.77 0.11
HSL 78.03º 0.75% 0.55% -
HSV(B) 78.03º 0.77% 0.89% -
XYZ 45.29 63.65 13.27 -
YUV 190.73 50.27 116.07 -
System Red Green Blue C M Y K H S L
Decimal 174 226 53 0.23 0 0.77 0.11 78.03 0.75 0.55
Hex AE E2 35 17 0 4D B 4E 4B 37
Octal 256 342 65 27 0 115 13 116 113 67
Binary 10101110 11100010 110101 10111 0 1001101 1011 1001110 1001011 110111

Color Harmonies of #AEE235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE235

Black with #AEE235

Text Example


Text Example

White with #AEE235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE235; }

 p { color: rgb(174,226,53); }

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

background-color css

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

 a { background-color: rgb(174,226,53); }

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

border-color css

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

 span { border-color: rgb(174,226,53); }

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