Html Css Color HEX #AEFA7C Sulu

📋 copy color: '#AEFA7C'

red 174 ◦ green 250 ◦ blue 124

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

Shades of Sulu #AEFA7C

Tints of Sulu #AEFA7C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.62%

 BLUE value IS 124 (48.83% from 255) = 22.63%

R = 31.75%
G = 45.62%
B = 22.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#AEFA7C (or 0xAEFA7C) is known color: Sulu. HEX triplet: AE, FA and 7C. RGB value is (174,250,124). Sum of RGB (Red+Green+Blue) = 174+250+124=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFA7C is #510583. Grayscale: #D5D5D5. Windows color (decimal): -5309828 or 8190638. OLE color: 8190638.

HSL color Cylindrical-coordinate representation of color #AEFA7C: hue angle of 96.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEFA7C is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 250 124 -
CMYK 0.30 0 0.50 0.02
HSL 96.19º 0.93% 0.73% -
HSV(B) 96.19º 0.5% 0.98% -
XYZ 55.28 78.83 31.37 -
YUV 212.91 77.82 100.25 -
System Red Green Blue C M Y K H S L
Decimal 174 250 124 0.30 0 0.50 0.02 96.19 0.93 0.73
Hex AE FA 7C 1E 0 32 2 60 5D 49
Octal 256 372 174 36 0 62 2 140 135 111
Binary 10101110 11111010 1111100 11110 0 110010 10 1100000 1011101 1001001

Color Harmonies of #AEFA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFA7C

Black with #AEFA7C

Text Example


Text Example

White with #AEFA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFA7C; }

 p { color: rgb(174,250,124); }

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

background-color css

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

 a { background-color: rgb(174,250,124); }

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

border-color css

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

 span { border-color: rgb(174,250,124); }

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