Html Css Color HEX #A8C955 Conifer

📋 copy color: '#A8C955'

red 168 ◦ green 201 ◦ blue 85

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

Shades of Conifer #A8C955

Tints of Conifer #A8C955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.72%

R = 37%
G = 44.27%
B = 18.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#A8C955 (or 0xA8C955) is known color: Conifer. HEX triplet: A8, C9 and 55. RGB value is (168,201,85). Sum of RGB (Red+Green+Blue) = 168+201+85=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C955 is #5736AA. Grayscale: #B2B2B2. Windows color (decimal): -5715627 or 5622184. OLE color: 5622184.

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

Color convert

RGB 168 201 85 -
CMYK 0.16 0 0.58 0.21
HSL 77.07º 0.52% 0.56% -
HSV(B) 77.07º 0.58% 0.79% -
XYZ 38.67 50.75 16.35 -
YUV 177.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 168 201 85 0.16 0 0.58 0.21 77.07 0.52 0.56
Hex A8 C9 55 10 0 3A 15 4D 34 38
Octal 250 311 125 20 0 72 25 115 64 70
Binary 10101000 11001001 1010101 10000 0 111010 10101 1001101 110100 111000

Color Harmonies of #A8C955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C955

Black with #A8C955

Text Example


Text Example

White with #A8C955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C955; }

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

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

background-color css

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

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

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

border-color css

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

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

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