Html Css Color HEX #A5E160 Conifer

📋 copy color: '#A5E160'

red 165 ◦ green 225 ◦ blue 96

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

Shades of Conifer #A5E160

Tints of Conifer #A5E160

RGB

 RED value IS 165 (64.84% from 255) = 33.95%

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

 BLUE value IS 96 (37.89% from 255) = 19.75%

R = 33.95%
G = 46.3%
B = 19.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#A5E160 (or 0xA5E160) is known color: Conifer. HEX triplet: A5, E1 and 60. RGB value is (165,225,96). Sum of RGB (Red+Green+Blue) = 165+225+96=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E160 is #5A1E9F. Grayscale: #C0C0C0. Windows color (decimal): -5906080 or 6349221. OLE color: 6349221.

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

Color convert

RGB 165 225 96 -
CMYK 0.27 0 0.57 0.12
HSL 87.91º 0.68% 0.63% -
HSV(B) 87.91º 0.57% 0.88% -
XYZ 44.55 62.69 20.82 -
YUV 192.35 73.62 108.49 -
System Red Green Blue C M Y K H S L
Decimal 165 225 96 0.27 0 0.57 0.12 87.91 0.68 0.63
Hex A5 E1 60 1B 0 39 C 58 44 3F
Octal 245 341 140 33 0 71 14 130 104 77
Binary 10100101 11100001 1100000 11011 0 111001 1100 1011000 1000100 111111

Color Harmonies of #A5E160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E160

Black with #A5E160

Text Example


Text Example

White with #A5E160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E160; }

 p { color: rgb(165,225,96); }

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

background-color css

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

 a { background-color: rgb(165,225,96); }

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

border-color css

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

 span { border-color: rgb(165,225,96); }

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