Html Css Color HEX #AEF76A Sulu

📋 copy color: '#AEF76A'

red 174 ◦ green 247 ◦ blue 106

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

Shades of Sulu #AEF76A

Tints of Sulu #AEF76A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.87%

 BLUE value IS 106 (41.8% from 255) = 20.11%

R = 33.02%
G = 46.87%
B = 20.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#AEF76A (or 0xAEF76A) is known color: Sulu. HEX triplet: AE, F7 and 6A. RGB value is (174,247,106). Sum of RGB (Red+Green+Blue) = 174+247+106=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF76A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF76A is #510895. Grayscale: #D1D1D1. Windows color (decimal): -5310614 or 7010222. OLE color: 7010222.

HSL color Cylindrical-coordinate representation of color #AEF76A: hue angle of 91.06º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEF76A is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 247 106 -
CMYK 0.30 0 0.57 0.03
HSL 91.06º 0.9% 0.69% -
HSV(B) 91.06º 0.57% 0.97% -
XYZ 53.32 76.56 25.6 -
YUV 209.1 69.82 102.96 -
System Red Green Blue C M Y K H S L
Decimal 174 247 106 0.30 0 0.57 0.03 91.06 0.9 0.69
Hex AE F7 6A 1E 0 39 3 5B 5A 45
Octal 256 367 152 36 0 71 3 133 132 105
Binary 10101110 11110111 1101010 11110 0 111001 11 1011011 1011010 1000101

Color Harmonies of #AEF76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF76A

Black with #AEF76A

Text Example


Text Example

White with #AEF76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF76A; }

 p { color: rgb(174,247,106); }

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

background-color css

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

 a { background-color: rgb(174,247,106); }

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

border-color css

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

 span { border-color: rgb(174,247,106); }

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