Html Css Color HEX #AEFD6C Sulu

📋 copy color: '#AEFD6C'

red 174 ◦ green 253 ◦ blue 108

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

Shades of Sulu #AEFD6C

Tints of Sulu #AEFD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.19%

R = 32.52%
G = 47.29%
B = 20.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#AEFD6C (or 0xAEFD6C) is known color: Sulu. HEX triplet: AE, FD and 6C. RGB value is (174,253,108). Sum of RGB (Red+Green+Blue) = 174+253+108=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFD6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFD6C is #510293. Grayscale: #D5D5D5. Windows color (decimal): -5309076 or 7142830. OLE color: 7142830.

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

Color convert

RGB 174 253 108 -
CMYK 0.31 0 0.57 0.01
HSL 92.69º 0.97% 0.71% -
HSV(B) 92.69º 0.57% 0.99% -
XYZ 55.29 80.33 26.78 -
YUV 212.85 68.83 100.29 -
System Red Green Blue C M Y K H S L
Decimal 174 253 108 0.31 0 0.57 0.01 92.69 0.97 0.71
Hex AE FD 6C 1F 0 39 1 5D 61 47
Octal 256 375 154 37 0 71 1 135 141 107
Binary 10101110 11111101 1101100 11111 0 111001 1 1011101 1100001 1000111

Color Harmonies of #AEFD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFD6C

Black with #AEFD6C

Text Example


Text Example

White with #AEFD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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