Html Css Color HEX #AEE85F Conifer

📋 copy color: '#AEE85F'

red 174 ◦ green 232 ◦ blue 95

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

Shades of Conifer #AEE85F

Tints of Conifer #AEE85F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.31%

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

R = 34.73%
G = 46.31%
B = 18.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#AEE85F (or 0xAEE85F) is known color: Conifer. HEX triplet: AE, E8 and 5F. RGB value is (174,232,95). Sum of RGB (Red+Green+Blue) = 174+232+95=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE85F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE85F is #5117A0. Grayscale: #C7C7C7. Windows color (decimal): -5314465 or 6285486. OLE color: 6285486.

HSL color Cylindrical-coordinate representation of color #AEE85F: hue angle of 85.4º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEE85F is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 232 95 -
CMYK 0.25 0 0.59 0.09
HSL 85.4º 0.75% 0.64% -
HSV(B) 85.4º 0.59% 0.91% -
XYZ 48.38 67.54 21.31 -
YUV 199.04 69.28 110.14 -
System Red Green Blue C M Y K H S L
Decimal 174 232 95 0.25 0 0.59 0.09 85.4 0.75 0.64
Hex AE E8 5F 19 0 3B 9 55 4B 40
Octal 256 350 137 31 0 73 11 125 113 100
Binary 10101110 11101000 1011111 11001 0 111011 1001 1010101 1001011 1000000

Color Harmonies of #AEE85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE85F

Black with #AEE85F

Text Example


Text Example

White with #AEE85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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