Html Css Color HEX #AEFD7C Sulu

📋 copy color: '#AEFD7C'

red 174 ◦ green 253 ◦ blue 124

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

Shades of Sulu #AEFD7C

Tints of Sulu #AEFD7C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.92%

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

R = 31.58%
G = 45.92%
B = 22.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#AEFD7C (or 0xAEFD7C) is known color: Sulu. HEX triplet: AE, FD and 7C. RGB value is (174,253,124). Sum of RGB (Red+Green+Blue) = 174+253+124=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFD7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFD7C is #510283. Grayscale: #D7D7D7. Windows color (decimal): -5309060 or 8191406. OLE color: 8191406.

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

Color convert

RGB 174 253 124 -
CMYK 0.31 0 0.51 0.01
HSL 96.74º 0.97% 0.74% -
HSV(B) 96.74º 0.51% 0.99% -
XYZ 56.22 80.7 31.68 -
YUV 214.67 76.83 98.99 -
System Red Green Blue C M Y K H S L
Decimal 174 253 124 0.31 0 0.51 0.01 96.74 0.97 0.74
Hex AE FD 7C 1F 0 33 1 61 61 4A
Octal 256 375 174 37 0 63 1 141 141 112
Binary 10101110 11111101 1111100 11111 0 110011 1 1100001 1100001 1001010

Color Harmonies of #AEFD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFD7C

Black with #AEFD7C

Text Example


Text Example

White with #AEFD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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