Html Css Color HEX #A8E160 Conifer

📋 copy color: '#A8E160'

red 168 ◦ green 225 ◦ blue 96

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

Shades of Conifer #A8E160

Tints of Conifer #A8E160

RGB

 RED value IS 168 (66.02% from 255) = 34.36%

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

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

R = 34.36%
G = 46.01%
B = 19.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#A8E160 (or 0xA8E160) is known color: Conifer. HEX triplet: A8, E1 and 60. RGB value is (168,225,96). Sum of RGB (Red+Green+Blue) = 168+225+96=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E160 is #571E9F. Grayscale: #C1C1C1. Windows color (decimal): -5709472 or 6349224. OLE color: 6349224.

HSL color Cylindrical-coordinate representation of color #A8E160: hue angle of 86.51º 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 #A8E160 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 96 -
CMYK 0.25 0 0.57 0.12
HSL 86.51º 0.68% 0.63% -
HSV(B) 86.51º 0.57% 0.88% -
XYZ 45.18 63.02 20.85 -
YUV 193.25 73.12 109.99 -
System Red Green Blue C M Y K H S L
Decimal 168 225 96 0.25 0 0.57 0.12 86.51 0.68 0.63
Hex A8 E1 60 19 0 39 C 57 44 3F
Octal 250 341 140 31 0 71 14 127 104 77
Binary 10101000 11100001 1100000 11001 0 111001 1100 1010111 1000100 111111

Color Harmonies of #A8E160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E160

Black with #A8E160

Text Example


Text Example

White with #A8E160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E160; }

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

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

background-color css

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

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

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

border-color css

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

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

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