Html Css Color HEX #A8D858 Conifer

📋 copy color: '#A8D858'

red 168 ◦ green 216 ◦ blue 88

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

Shades of Conifer #A8D858

Tints of Conifer #A8D858

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.76%

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

R = 35.59%
G = 45.76%
B = 18.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#A8D858 (or 0xA8D858) is known color: Conifer. HEX triplet: A8, D8 and 58. RGB value is (168,216,88). Sum of RGB (Red+Green+Blue) = 168+216+88=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D858 is #5727A7. Grayscale: #BBBBBB. Windows color (decimal): -5711784 or 5822632. OLE color: 5822632.

HSL color Cylindrical-coordinate representation of color #A8D858: hue angle of 82.5º degrees, saturation: 0.62, 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 #A8D858 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 88 -
CMYK 0.22 0 0.59 0.15
HSL 82.5º 0.62% 0.6% -
HSV(B) 82.5º 0.59% 0.85% -
XYZ 42.47 58.14 18.22 -
YUV 187.06 72.1 114.41 -
System Red Green Blue C M Y K H S L
Decimal 168 216 88 0.22 0 0.59 0.15 82.5 0.62 0.6
Hex A8 D8 58 16 0 3B F 52 3E 3C
Octal 250 330 130 26 0 73 17 122 76 74
Binary 10101000 11011000 1011000 10110 0 111011 1111 1010010 111110 111100

Color Harmonies of #A8D858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D858

Black with #A8D858

Text Example


Text Example

White with #A8D858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D858; }

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

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

background-color css

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

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

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

border-color css

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

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

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