Html Css Color HEX #AEE155 Conifer

📋 copy color: '#AEE155'

red 174 ◦ green 225 ◦ blue 85

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

Shades of Conifer #AEE155

Tints of Conifer #AEE155

RGB

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

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

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

R = 35.95%
G = 46.49%
B = 17.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#AEE155 (or 0xAEE155) is known color: Conifer. HEX triplet: AE, E1 and 55. RGB value is (174,225,85). Sum of RGB (Red+Green+Blue) = 174+225+85=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE155 is #511EAA. Grayscale: #C2C2C2. Windows color (decimal): -5316267 or 5628334. OLE color: 5628334.

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

Color convert

RGB 174 225 85 -
CMYK 0.23 0 0.62 0.12
HSL 81.86º 0.7% 0.61% -
HSV(B) 81.86º 0.62% 0.88% -
XYZ 46.02 63.5 18.43 -
YUV 193.79 66.6 113.88 -
System Red Green Blue C M Y K H S L
Decimal 174 225 85 0.23 0 0.62 0.12 81.86 0.7 0.61
Hex AE E1 55 17 0 3E C 52 46 3D
Octal 256 341 125 27 0 76 14 122 106 75
Binary 10101110 11100001 1010101 10111 0 111110 1100 1010010 1000110 111101

Color Harmonies of #AEE155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE155

Black with #AEE155

Text Example


Text Example

White with #AEE155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE155; }

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

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

background-color css

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

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

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

border-color css

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

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

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