Html Css Color HEX #AEFF7D Sulu

📋 copy color: '#AEFF7D'

red 174 ◦ green 255 ◦ blue 125

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

Shades of Sulu #AEFF7D

Tints of Sulu #AEFF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.56%

R = 31.41%
G = 46.03%
B = 22.56%

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

#AEFF7D (or 0xAEFF7D) is known color: Sulu. HEX triplet: AE, FF and 7D. RGB value is (174,255,125). Sum of RGB (Red+Green+Blue) = 174+255+125=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF7D is #510082. Grayscale: #D8D8D8. Windows color (decimal): -5308547 or 8257454. OLE color: 8257454.

HSL color Cylindrical-coordinate representation of color #AEFF7D: hue angle of 97.38º 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 #AEFF7D is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 125 -
CMYK 0.32 0 0.51 0
HSL 97.38º 1% 0.75% -
HSV(B) 97.38º 0.51% 1% -
XYZ 56.92 82 32.23 -
YUV 215.96 76.66 98.07 -
System Red Green Blue C M Y K H S L
Decimal 174 255 125 0.32 0 0.51 0 97.38 1 0.75
Hex AE FF 7D 20 0 33 0 61 64 4B
Octal 256 377 175 40 0 63 0 141 144 113
Binary 10101110 11111111 1111101 100000 0 110011 0 1100001 1100100 1001011

Color Harmonies of #AEFF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF7D

Black with #AEFF7D

Text Example


Text Example

White with #AEFF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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