Html Css Color HEX #AEFF5A Conifer

📋 copy color: '#AEFF5A'

red 174 ◦ green 255 ◦ blue 90

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

Shades of Conifer #AEFF5A

Tints of Conifer #AEFF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.34%

R = 33.53%
G = 49.13%
B = 17.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#AEFF5A (or 0xAEFF5A) is known color: Conifer. HEX triplet: AE, FF and 5A. RGB value is (174,255,90). Sum of RGB (Red+Green+Blue) = 174+255+90=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF5A is #5100A5. Grayscale: #D4D4D4. Windows color (decimal): -5308582 or 5963694. OLE color: 5963694.

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

Color convert

RGB 174 255 90 -
CMYK 0.32 0 0.65 0
HSL 89.45º 1% 0.68% -
HSV(B) 89.45º 0.65% 1% -
XYZ 55.06 81.26 22.45 -
YUV 211.97 59.16 100.92 -
System Red Green Blue C M Y K H S L
Decimal 174 255 90 0.32 0 0.65 0 89.45 1 0.68
Hex AE FF 5A 20 0 41 0 59 64 44
Octal 256 377 132 40 0 101 0 131 144 104
Binary 10101110 11111111 1011010 100000 0 1000001 0 1011001 1100100 1000100

Color Harmonies of #AEFF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF5A

Black with #AEFF5A

Text Example


Text Example

White with #AEFF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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