Html Css Color HEX #AEFF5D Conifer

📋 copy color: '#AEFF5D'

red 174 ◦ green 255 ◦ blue 93

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

Shades of Conifer #AEFF5D

Tints of Conifer #AEFF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.82%

R = 33.33%
G = 48.85%
B = 17.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#AEFF5D (or 0xAEFF5D) is known color: Conifer. HEX triplet: AE, FF and 5D. RGB value is (174,255,93). Sum of RGB (Red+Green+Blue) = 174+255+93=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF5D is #5100A2. Grayscale: #D4D4D4. Windows color (decimal): -5308579 or 6160302. OLE color: 6160302.

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

Color convert

RGB 174 255 93 -
CMYK 0.32 0 0.64 0
HSL 90º 1% 0.68% -
HSV(B) 90º 0.64% 1% -
XYZ 55.19 81.31 23.14 -
YUV 212.31 60.66 100.67 -
System Red Green Blue C M Y K H S L
Decimal 174 255 93 0.32 0 0.64 0 90 1 0.68
Hex AE FF 5D 20 0 40 0 5A 64 44
Octal 256 377 135 40 0 100 0 132 144 104
Binary 10101110 11111111 1011101 100000 0 1000000 0 1011010 1100100 1000100

Color Harmonies of #AEFF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF5D

Black with #AEFF5D

Text Example


Text Example

White with #AEFF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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