Html Css Color HEX #AEFF7E Sulu

📋 copy color: '#AEFF7E'

red 174 ◦ green 255 ◦ blue 126

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

Shades of Sulu #AEFF7E

Tints of Sulu #AEFF7E

RGB

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

 GREEN value IS 255 (100% from 255) = 45.95%

 BLUE value IS 126 (49.61% from 255) = 22.7%

R = 31.35%
G = 45.95%
B = 22.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#AEFF7E (or 0xAEFF7E) is known color: Sulu. HEX triplet: AE, FF and 7E. RGB value is (174,255,126). Sum of RGB (Red+Green+Blue) = 174+255+126=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 126 (49.61% from 255 or 22.70% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF7E is #510081. Grayscale: #D8D8D8. Windows color (decimal): -5308546 or 8322990. OLE color: 8322990.

HSL color Cylindrical-coordinate representation of color #AEFF7E: hue angle of 97.67º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEFF7E is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 126 -
CMYK 0.32 0 0.51 0
HSL 97.67º 1% 0.75% -
HSV(B) 97.67º 0.51% 1% -
XYZ 56.98 82.03 32.57 -
YUV 216.08 77.16 97.99 -
System Red Green Blue C M Y K H S L
Decimal 174 255 126 0.32 0 0.51 0 97.67 1 0.75
Hex AE FF 7E 20 0 33 0 62 64 4B
Octal 256 377 176 40 0 63 0 142 144 113
Binary 10101110 11111111 1111110 100000 0 110011 0 1100010 1100100 1001011

Color Harmonies of #AEFF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF7E

Black with #AEFF7E

Text Example


Text Example

White with #AEFF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF7E; }

 p { color: rgb(174,255,126); }

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

background-color css

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

 a { background-color: rgb(174,255,126); }

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

border-color css

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

 span { border-color: rgb(174,255,126); }

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