Html Css Color HEX #A8D862 Conifer

📋 copy color: '#A8D862'

red 168 ◦ green 216 ◦ blue 98

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

Shades of Conifer #A8D862

Tints of Conifer #A8D862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.33%

R = 34.85%
G = 44.81%
B = 20.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#A8D862 (or 0xA8D862) is known color: Conifer. HEX triplet: A8, D8 and 62. RGB value is (168,216,98). Sum of RGB (Red+Green+Blue) = 168+216+98=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D862 is #57279D. Grayscale: #BCBCBC. Windows color (decimal): -5711774 or 6477992. OLE color: 6477992.

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

Color convert

RGB 168 216 98 -
CMYK 0.22 0 0.55 0.15
HSL 84.41º 0.6% 0.62% -
HSV(B) 84.41º 0.55% 0.85% -
XYZ 42.91 58.32 20.55 -
YUV 188.2 77.1 113.59 -
System Red Green Blue C M Y K H S L
Decimal 168 216 98 0.22 0 0.55 0.15 84.41 0.6 0.62
Hex A8 D8 62 16 0 37 F 54 3C 3E
Octal 250 330 142 26 0 67 17 124 74 76
Binary 10101000 11011000 1100010 10110 0 110111 1111 1010100 111100 111110

Color Harmonies of #A8D862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D862

Black with #A8D862

Text Example


Text Example

White with #A8D862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D862; }

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

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

background-color css

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

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

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

border-color css

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

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

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