Html Css Color HEX #A8D456 Conifer

📋 copy color: '#A8D456'

red 168 ◦ green 212 ◦ blue 86

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

Shades of Conifer #A8D456

Tints of Conifer #A8D456

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.49%

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

R = 36.05%
G = 45.49%
B = 18.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#A8D456 (or 0xA8D456) is known color: Conifer. HEX triplet: A8, D4 and 56. RGB value is (168,212,86). Sum of RGB (Red+Green+Blue) = 168+212+86=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D456 is #572BA9. Grayscale: #B8B8B8. Windows color (decimal): -5712810 or 5690536. OLE color: 5690536.

HSL color Cylindrical-coordinate representation of color #A8D456: hue angle of 80.95º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8D456 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 86 -
CMYK 0.21 0 0.59 0.17
HSL 80.95º 0.59% 0.58% -
HSV(B) 80.95º 0.59% 0.83% -
XYZ 41.37 56.08 17.45 -
YUV 184.48 72.42 116.25 -
System Red Green Blue C M Y K H S L
Decimal 168 212 86 0.21 0 0.59 0.17 80.95 0.59 0.58
Hex A8 D4 56 15 0 3B 11 51 3B 3A
Octal 250 324 126 25 0 73 21 121 73 72
Binary 10101000 11010100 1010110 10101 0 111011 10001 1010001 111011 111010

Color Harmonies of #A8D456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D456

Black with #A8D456

Text Example


Text Example

White with #A8D456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D456; }

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

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

background-color css

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

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

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

border-color css

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

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

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