Html Css Color HEX #AEF155 Conifer

📋 copy color: '#AEF155'

red 174 ◦ green 241 ◦ blue 85

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

Shades of Conifer #AEF155

Tints of Conifer #AEF155

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.2%

 BLUE value IS 85 (33.59% from 255) = 17%

R = 34.8%
G = 48.2%
B = 17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#AEF155 (or 0xAEF155) is known color: Conifer. HEX triplet: AE, F1 and 55. RGB value is (174,241,85). Sum of RGB (Red+Green+Blue) = 174+241+85=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF155 is #510EAA. Grayscale: #CBCBCB. Windows color (decimal): -5312171 or 5632430. OLE color: 5632430.

HSL color Cylindrical-coordinate representation of color #AEF155: hue angle of 85.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEF155 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 241 85 -
CMYK 0.28 0 0.65 0.05
HSL 85.77º 0.85% 0.64% -
HSV(B) 85.77º 0.65% 0.95% -
XYZ 50.55 72.57 19.94 -
YUV 203.18 61.3 107.18 -
System Red Green Blue C M Y K H S L
Decimal 174 241 85 0.28 0 0.65 0.05 85.77 0.85 0.64
Hex AE F1 55 1C 0 41 5 56 55 40
Octal 256 361 125 34 0 101 5 126 125 100
Binary 10101110 11110001 1010101 11100 0 1000001 101 1010110 1010101 1000000

Color Harmonies of #AEF155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF155

Black with #AEF155

Text Example


Text Example

White with #AEF155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF155; }

 p { color: rgb(174,241,85); }

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

background-color css

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

 a { background-color: rgb(174,241,85); }

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

border-color css

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

 span { border-color: rgb(174,241,85); }

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