Html Css Color HEX #AEED6C Sulu

📋 copy color: '#AEED6C'

red 174 ◦ green 237 ◦ blue 108

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

Shades of Sulu #AEED6C

Tints of Sulu #AEED6C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.66%

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

R = 33.53%
G = 45.66%
B = 20.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#AEED6C (or 0xAEED6C) is known color: Sulu. HEX triplet: AE, ED and 6C. RGB value is (174,237,108). Sum of RGB (Red+Green+Blue) = 174+237+108=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED6C is #511293. Grayscale: #CBCBCB. Windows color (decimal): -5313172 or 7138734. OLE color: 7138734.

HSL color Cylindrical-coordinate representation of color #AEED6C: hue angle of 89.3º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEED6C is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 108 -
CMYK 0.27 0 0.54 0.07
HSL 89.3º 0.78% 0.68% -
HSV(B) 89.3º 0.54% 0.93% -
XYZ 50.45 70.65 25.17 -
YUV 203.46 74.13 106.99 -
System Red Green Blue C M Y K H S L
Decimal 174 237 108 0.27 0 0.54 0.07 89.3 0.78 0.68
Hex AE ED 6C 1B 0 36 7 59 4E 44
Octal 256 355 154 33 0 66 7 131 116 104
Binary 10101110 11101101 1101100 11011 0 110110 111 1011001 1001110 1000100

Color Harmonies of #AEED6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED6C

Black with #AEED6C

Text Example


Text Example

White with #AEED6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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