Html Css Color HEX #AEFF70 Sulu

📋 copy color: '#AEFF70'

red 174 ◦ green 255 ◦ blue 112

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

Shades of Sulu #AEFF70

Tints of Sulu #AEFF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.7%

R = 32.16%
G = 47.13%
B = 20.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#AEFF70 (or 0xAEFF70) is known color: Sulu. HEX triplet: AE, FF and 70. RGB value is (174,255,112). Sum of RGB (Red+Green+Blue) = 174+255+112=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF70 is #51008F. Grayscale: #D6D6D6. Windows color (decimal): -5308560 or 7405486. OLE color: 7405486.

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

Color convert

RGB 174 255 112 -
CMYK 0.32 0 0.56 0
HSL 93.99º 1% 0.72% -
HSV(B) 93.99º 0.56% 1% -
XYZ 56.14 81.69 28.14 -
YUV 214.48 70.16 99.13 -
System Red Green Blue C M Y K H S L
Decimal 174 255 112 0.32 0 0.56 0 93.99 1 0.72
Hex AE FF 70 20 0 38 0 5E 64 48
Octal 256 377 160 40 0 70 0 136 144 110
Binary 10101110 11111111 1110000 100000 0 111000 0 1011110 1100100 1001000

Color Harmonies of #AEFF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF70

Black with #AEFF70

Text Example


Text Example

White with #AEFF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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