Html Css Color HEX #A8D646 Conifer

📋 copy color: '#A8D646'

red 168 ◦ green 214 ◦ blue 70

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

Shades of Conifer #A8D646

Tints of Conifer #A8D646

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.35%

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 37.17%
G = 47.35%
B = 15.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#A8D646 (or 0xA8D646) is known color: Conifer. HEX triplet: A8, D6 and 46. RGB value is (168,214,70). Sum of RGB (Red+Green+Blue) = 168+214+70=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D646 is #5729B9. Grayscale: #B8B8B8. Windows color (decimal): -5712314 or 4642472. OLE color: 4642472.

HSL color Cylindrical-coordinate representation of color #A8D646: hue angle of 79.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8D646 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 70 -
CMYK 0.21 0 0.67 0.16
HSL 79.17º 0.64% 0.56% -
HSV(B) 79.17º 0.67% 0.84% -
XYZ 41.3 56.86 14.59 -
YUV 183.83 63.76 116.71 -
System Red Green Blue C M Y K H S L
Decimal 168 214 70 0.21 0 0.67 0.16 79.17 0.64 0.56
Hex A8 D6 46 15 0 43 10 4F 40 38
Octal 250 326 106 25 0 103 20 117 100 70
Binary 10101000 11010110 1000110 10101 0 1000011 10000 1001111 1000000 111000

Color Harmonies of #A8D646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D646

Black with #A8D646

Text Example


Text Example

White with #A8D646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D646; }

 p { color: rgb(168,214,70); }

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

background-color css

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

 a { background-color: rgb(168,214,70); }

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

border-color css

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

 span { border-color: rgb(168,214,70); }

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