Html Css Color HEX #A8E15F Conifer

📋 copy color: '#A8E15F'

red 168 ◦ green 225 ◦ blue 95

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

Shades of Conifer #A8E15F

Tints of Conifer #A8E15F

RGB

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

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

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

R = 34.43%
G = 46.11%
B = 19.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#A8E15F (or 0xA8E15F) is known color: Conifer. HEX triplet: A8, E1 and 5F. RGB value is (168,225,95). Sum of RGB (Red+Green+Blue) = 168+225+95=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E15F is #571EA0. Grayscale: #C1C1C1. Windows color (decimal): -5709473 or 6283688. OLE color: 6283688.

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

Color convert

RGB 168 225 95 -
CMYK 0.25 0 0.58 0.12
HSL 86.31º 0.68% 0.63% -
HSV(B) 86.31º 0.58% 0.88% -
XYZ 45.14 63 20.61 -
YUV 193.14 72.62 110.07 -
System Red Green Blue C M Y K H S L
Decimal 168 225 95 0.25 0 0.58 0.12 86.31 0.68 0.63
Hex A8 E1 5F 19 0 3A C 56 44 3F
Octal 250 341 137 31 0 72 14 126 104 77
Binary 10101000 11100001 1011111 11001 0 111010 1100 1010110 1000100 111111

Color Harmonies of #A8E15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E15F

Black with #A8E15F

Text Example


Text Example

White with #A8E15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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