Html Css Color HEX #A8D45F Conifer

📋 copy color: '#A8D45F'

red 168 ◦ green 212 ◦ blue 95

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

Shades of Conifer #A8D45F

Tints of Conifer #A8D45F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.63%

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

R = 35.37%
G = 44.63%
B = 20%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#A8D45F (or 0xA8D45F) is known color: Conifer. HEX triplet: A8, D4 and 5F. RGB value is (168,212,95). Sum of RGB (Red+Green+Blue) = 168+212+95=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D45F is #572BA0. Grayscale: #B9B9B9. Windows color (decimal): -5712801 or 6280360. OLE color: 6280360.

HSL color Cylindrical-coordinate representation of color #A8D45F: hue angle of 82.56º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8D45F is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 95 -
CMYK 0.21 0 0.55 0.17
HSL 82.56º 0.58% 0.6% -
HSV(B) 82.56º 0.55% 0.83% -
XYZ 41.76 56.24 19.48 -
YUV 185.51 76.92 115.51 -
System Red Green Blue C M Y K H S L
Decimal 168 212 95 0.21 0 0.55 0.17 82.56 0.58 0.6
Hex A8 D4 5F 15 0 37 11 53 3A 3C
Octal 250 324 137 25 0 67 21 123 72 74
Binary 10101000 11010100 1011111 10101 0 110111 10001 1010011 111010 111100

Color Harmonies of #A8D45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D45F

Black with #A8D45F

Text Example


Text Example

White with #A8D45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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