Html Css Color HEX #A8D958 Conifer

📋 copy color: '#A8D958'

red 168 ◦ green 217 ◦ blue 88

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

Shades of Conifer #A8D958

Tints of Conifer #A8D958

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.88%

 BLUE value IS 88 (34.77% from 255) = 18.6%

R = 35.52%
G = 45.88%
B = 18.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#A8D958 (or 0xA8D958) is known color: Conifer. HEX triplet: A8, D9 and 58. RGB value is (168,217,88). Sum of RGB (Red+Green+Blue) = 168+217+88=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D958 is #5726A7. Grayscale: #BCBCBC. Windows color (decimal): -5711528 or 5822888. OLE color: 5822888.

HSL color Cylindrical-coordinate representation of color #A8D958: hue angle of 82.79º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8D958 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 217 88 -
CMYK 0.23 0 0.59 0.15
HSL 82.79º 0.63% 0.6% -
HSV(B) 82.79º 0.59% 0.85% -
XYZ 42.72 58.66 18.3 -
YUV 187.64 71.77 113.99 -
System Red Green Blue C M Y K H S L
Decimal 168 217 88 0.23 0 0.59 0.15 82.79 0.63 0.6
Hex A8 D9 58 17 0 3B F 53 3F 3C
Octal 250 331 130 27 0 73 17 123 77 74
Binary 10101000 11011001 1011000 10111 0 111011 1111 1010011 111111 111100

Color Harmonies of #A8D958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D958

Black with #A8D958

Text Example


Text Example

White with #A8D958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D958; }

 p { color: rgb(168,217,88); }

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

background-color css

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

 a { background-color: rgb(168,217,88); }

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

border-color css

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

 span { border-color: rgb(168,217,88); }

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