Html Css Color HEX #AEE15F Conifer

📋 copy color: '#AEE15F'

red 174 ◦ green 225 ◦ blue 95

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

Shades of Conifer #AEE15F

Tints of Conifer #AEE15F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.55%

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

R = 35.22%
G = 45.55%
B = 19.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#AEE15F (or 0xAEE15F) is known color: Conifer. HEX triplet: AE, E1 and 5F. RGB value is (174,225,95). Sum of RGB (Red+Green+Blue) = 174+225+95=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE15F is #511EA0. Grayscale: #C3C3C3. Windows color (decimal): -5316257 or 6283694. OLE color: 6283694.

HSL color Cylindrical-coordinate representation of color #AEE15F: hue angle of 83.54º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEE15F is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 225 95 -
CMYK 0.23 0 0.58 0.12
HSL 83.54º 0.68% 0.63% -
HSV(B) 83.54º 0.58% 0.88% -
XYZ 46.45 63.68 20.67 -
YUV 194.93 71.6 113.07 -
System Red Green Blue C M Y K H S L
Decimal 174 225 95 0.23 0 0.58 0.12 83.54 0.68 0.63
Hex AE E1 5F 17 0 3A C 54 44 3F
Octal 256 341 137 27 0 72 14 124 104 77
Binary 10101110 11100001 1011111 10111 0 111010 1100 1010100 1000100 111111

Color Harmonies of #AEE15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE15F

Black with #AEE15F

Text Example


Text Example

White with #AEE15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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