Html Css Color HEX #A8D056 Conifer

📋 copy color: '#A8D056'

red 168 ◦ green 208 ◦ blue 86

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

Shades of Conifer #A8D056

Tints of Conifer #A8D056

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

 BLUE value IS 86 (33.98% from 255) = 18.61%

R = 36.36%
G = 45.02%
B = 18.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#A8D056 (or 0xA8D056) is known color: Conifer. HEX triplet: A8, D0 and 56. RGB value is (168,208,86). Sum of RGB (Red+Green+Blue) = 168+208+86=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D056 is #572FA9. Grayscale: #B6B6B6. Windows color (decimal): -5713834 or 5689512. OLE color: 5689512.

HSL color Cylindrical-coordinate representation of color #A8D056: hue angle of 79.67º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8D056 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 86 -
CMYK 0.19 0 0.59 0.18
HSL 79.67º 0.56% 0.58% -
HSV(B) 79.67º 0.59% 0.82% -
XYZ 40.38 54.11 17.12 -
YUV 182.13 73.75 117.92 -
System Red Green Blue C M Y K H S L
Decimal 168 208 86 0.19 0 0.59 0.18 79.67 0.56 0.58
Hex A8 D0 56 13 0 3B 12 50 38 3A
Octal 250 320 126 23 0 73 22 120 70 72
Binary 10101000 11010000 1010110 10011 0 111011 10010 1010000 111000 111010

Color Harmonies of #A8D056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D056

Black with #A8D056

Text Example


Text Example

White with #A8D056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D056; }

 p { color: rgb(168,208,86); }

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

background-color css

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

 a { background-color: rgb(168,208,86); }

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

border-color css

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

 span { border-color: rgb(168,208,86); }

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