Html Css Color HEX #A8D852 Conifer

📋 copy color: '#A8D852'

red 168 ◦ green 216 ◦ blue 82

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

Shades of Conifer #A8D852

Tints of Conifer #A8D852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.6%

R = 36.05%
G = 46.35%
B = 17.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#A8D852 (or 0xA8D852) is known color: Conifer. HEX triplet: A8, D8 and 52. RGB value is (168,216,82). Sum of RGB (Red+Green+Blue) = 168+216+82=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D852 is #5727AD. Grayscale: #BABABA. Windows color (decimal): -5711790 or 5429416. OLE color: 5429416.

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

Color convert

RGB 168 216 82 -
CMYK 0.22 0 0.62 0.15
HSL 81.49º 0.63% 0.58% -
HSV(B) 81.49º 0.62% 0.85% -
XYZ 42.23 58.05 16.96 -
YUV 186.37 69.1 114.9 -
System Red Green Blue C M Y K H S L
Decimal 168 216 82 0.22 0 0.62 0.15 81.49 0.63 0.58
Hex A8 D8 52 16 0 3E F 51 3F 3A
Octal 250 330 122 26 0 76 17 121 77 72
Binary 10101000 11011000 1010010 10110 0 111110 1111 1010001 111111 111010

Color Harmonies of #A8D852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D852

Black with #A8D852

Text Example


Text Example

White with #A8D852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D852; }

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

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

background-color css

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

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

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

border-color css

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

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

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