Html Css Color HEX #AEFF74 Sulu

📋 copy color: '#AEFF74'

red 174 ◦ green 255 ◦ blue 116

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

Shades of Sulu #AEFF74

Tints of Sulu #AEFF74

RGB

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

 GREEN value IS 255 (100% from 255) = 46.79%

 BLUE value IS 116 (45.7% from 255) = 21.28%

R = 31.93%
G = 46.79%
B = 21.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#AEFF74 (or 0xAEFF74) is known color: Sulu. HEX triplet: AE, FF and 74. RGB value is (174,255,116). Sum of RGB (Red+Green+Blue) = 174+255+116=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF74 is #51008B. Grayscale: #D7D7D7. Windows color (decimal): -5308556 or 7667630. OLE color: 7667630.

HSL color Cylindrical-coordinate representation of color #AEFF74: hue angle of 94.96º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEFF74 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 116 -
CMYK 0.32 0 0.55 0
HSL 94.96º 1% 0.73% -
HSV(B) 94.96º 0.55% 1% -
XYZ 56.37 81.78 29.34 -
YUV 214.94 72.16 98.8 -
System Red Green Blue C M Y K H S L
Decimal 174 255 116 0.32 0 0.55 0 94.96 1 0.73
Hex AE FF 74 20 0 37 0 5F 64 49
Octal 256 377 164 40 0 67 0 137 144 111
Binary 10101110 11111111 1110100 100000 0 110111 0 1011111 1100100 1001001

Color Harmonies of #AEFF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF74

Black with #AEFF74

Text Example


Text Example

White with #AEFF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF74; }

 p { color: rgb(174,255,116); }

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

background-color css

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

 a { background-color: rgb(174,255,116); }

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

border-color css

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

 span { border-color: rgb(174,255,116); }

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