Html Css Color HEX #A8C95F Conifer

📋 copy color: '#A8C95F'

red 168 ◦ green 201 ◦ blue 95

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

Shades of Conifer #A8C95F

Tints of Conifer #A8C95F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.32%

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

R = 36.21%
G = 43.32%
B = 20.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#A8C95F (or 0xA8C95F) is known color: Conifer. HEX triplet: A8, C9 and 5F. RGB value is (168,201,95). Sum of RGB (Red+Green+Blue) = 168+201+95=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C95F is #5736A0. Grayscale: #B3B3B3. Windows color (decimal): -5715617 or 6277544. OLE color: 6277544.

HSL color Cylindrical-coordinate representation of color #A8C95F: hue angle of 78.68º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8C95F is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 201 95 -
CMYK 0.16 0 0.53 0.21
HSL 78.68º 0.5% 0.58% -
HSV(B) 78.68º 0.53% 0.79% -
XYZ 39.1 50.92 18.6 -
YUV 179.05 80.57 120.12 -
System Red Green Blue C M Y K H S L
Decimal 168 201 95 0.16 0 0.53 0.21 78.68 0.5 0.58
Hex A8 C9 5F 10 0 35 15 4F 32 3A
Octal 250 311 137 20 0 65 25 117 62 72
Binary 10101000 11001001 1011111 10000 0 110101 10101 1001111 110010 111010

Color Harmonies of #A8C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C95F

Black with #A8C95F

Text Example


Text Example

White with #A8C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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