Html Css Color HEX #AEF06C Sulu

📋 copy color: '#AEF06C'

red 174 ◦ green 240 ◦ blue 108

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

Shades of Sulu #AEF06C

Tints of Sulu #AEF06C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.98%

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

R = 33.33%
G = 45.98%
B = 20.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#AEF06C (or 0xAEF06C) is known color: Sulu. HEX triplet: AE, F0 and 6C. RGB value is (174,240,108). Sum of RGB (Red+Green+Blue) = 174+240+108=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF06C is #510F93. Grayscale: #CDCDCD. Windows color (decimal): -5312404 or 7139502. OLE color: 7139502.

HSL color Cylindrical-coordinate representation of color #AEF06C: hue angle of 90º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEF06C is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 108 -
CMYK 0.28 0 0.55 0.06
HSL 90º 0.81% 0.68% -
HSV(B) 90º 0.55% 0.94% -
XYZ 51.32 72.4 25.46 -
YUV 205.22 73.13 105.73 -
System Red Green Blue C M Y K H S L
Decimal 174 240 108 0.28 0 0.55 0.06 90 0.81 0.68
Hex AE F0 6C 1C 0 37 6 5A 51 44
Octal 256 360 154 34 0 67 6 132 121 104
Binary 10101110 11110000 1101100 11100 0 110111 110 1011010 1010001 1000100

Color Harmonies of #AEF06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF06C

Black with #AEF06C

Text Example


Text Example

White with #AEF06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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