Html Css Color HEX #AEFF5F Conifer

📋 copy color: '#AEFF5F'

red 174 ◦ green 255 ◦ blue 95

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

Shades of Conifer #AEFF5F

Tints of Conifer #AEFF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.13%

R = 33.21%
G = 48.66%
B = 18.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#AEFF5F (or 0xAEFF5F) is known color: Conifer. HEX triplet: AE, FF and 5F. RGB value is (174,255,95). Sum of RGB (Red+Green+Blue) = 174+255+95=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF5F is #5100A0. Grayscale: #D5D5D5. Windows color (decimal): -5308577 or 6291374. OLE color: 6291374.

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

Color convert

RGB 174 255 95 -
CMYK 0.32 0 0.63 0
HSL 90.38º 1% 0.69% -
HSV(B) 90.38º 0.63% 1% -
XYZ 55.28 81.34 23.61 -
YUV 212.54 61.66 100.51 -
System Red Green Blue C M Y K H S L
Decimal 174 255 95 0.32 0 0.63 0 90.38 1 0.69
Hex AE FF 5F 20 0 3F 0 5A 64 45
Octal 256 377 137 40 0 77 0 132 144 105
Binary 10101110 11111111 1011111 100000 0 111111 0 1011010 1100100 1000101

Color Harmonies of #AEFF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF5F

Black with #AEFF5F

Text Example


Text Example

White with #AEFF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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