Html Css Color HEX #AEF96C Sulu

📋 copy color: '#AEF96C'

red 174 ◦ green 249 ◦ blue 108

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

Shades of Sulu #AEF96C

Tints of Sulu #AEF96C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.89%

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

R = 32.77%
G = 46.89%
B = 20.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#AEF96C (or 0xAEF96C) is known color: Sulu. HEX triplet: AE, F9 and 6C. RGB value is (174,249,108). Sum of RGB (Red+Green+Blue) = 174+249+108=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF96C is #510693. Grayscale: #D2D2D2. Windows color (decimal): -5310100 or 7141806. OLE color: 7141806.

HSL color Cylindrical-coordinate representation of color #AEF96C: hue angle of 91.91º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEF96C is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 108 -
CMYK 0.30 0 0.57 0.02
HSL 91.91º 0.92% 0.7% -
HSV(B) 91.91º 0.57% 0.98% -
XYZ 54.04 77.83 26.36 -
YUV 210.5 70.15 101.96 -
System Red Green Blue C M Y K H S L
Decimal 174 249 108 0.30 0 0.57 0.02 91.91 0.92 0.7
Hex AE F9 6C 1E 0 39 2 5C 5C 46
Octal 256 371 154 36 0 71 2 134 134 106
Binary 10101110 11111001 1101100 11110 0 111001 10 1011100 1011100 1000110

Color Harmonies of #AEF96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF96C

Black with #AEF96C

Text Example


Text Example

White with #AEF96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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