Html Css Color HEX #AEFC73 Sulu

📋 copy color: '#AEFC73'

red 174 ◦ green 252 ◦ blue 115

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

Shades of Sulu #AEFC73

Tints of Sulu #AEFC73

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.58%

 BLUE value IS 115 (45.31% from 255) = 21.26%

R = 32.16%
G = 46.58%
B = 21.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#AEFC73 (or 0xAEFC73) is known color: Sulu. HEX triplet: AE, FC and 73. RGB value is (174,252,115). Sum of RGB (Red+Green+Blue) = 174+252+115=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFC73 is #51038C. Grayscale: #D5D5D5. Windows color (decimal): -5309325 or 7601326. OLE color: 7601326.

HSL color Cylindrical-coordinate representation of color #AEFC73: hue angle of 94.16º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEFC73 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 252 115 -
CMYK 0.31 0 0.54 0.01
HSL 94.16º 0.96% 0.72% -
HSV(B) 94.16º 0.54% 0.99% -
XYZ 55.36 79.86 28.72 -
YUV 213.06 72.66 100.14 -
System Red Green Blue C M Y K H S L
Decimal 174 252 115 0.31 0 0.54 0.01 94.16 0.96 0.72
Hex AE FC 73 1F 0 36 1 5E 60 48
Octal 256 374 163 37 0 66 1 136 140 110
Binary 10101110 11111100 1110011 11111 0 110110 1 1011110 1100000 1001000

Color Harmonies of #AEFC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFC73

Black with #AEFC73

Text Example


Text Example

White with #AEFC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFC73; }

 p { color: rgb(174,252,115); }

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

background-color css

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

 a { background-color: rgb(174,252,115); }

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

border-color css

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

 span { border-color: rgb(174,252,115); }

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