Html Css Color HEX #A3D966 Conifer

📋 copy color: '#A3D966'

red 163 ◦ green 217 ◦ blue 102

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

Shades of Conifer #A3D966

Tints of Conifer #A3D966

RGB

 RED value IS 163 (64.06% from 255) = 33.82%

 GREEN value IS 217 (85.16% from 255) = 45.02%

 BLUE value IS 102 (40.23% from 255) = 21.16%

R = 33.82%
G = 45.02%
B = 21.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#A3D966 (or 0xA3D966) is known color: Conifer. HEX triplet: A3, D9 and 66. RGB value is (163,217,102). Sum of RGB (Red+Green+Blue) = 163+217+102=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D966 is #5C2699. Grayscale: #BCBCBC. Windows color (decimal): -6039194 or 6740387. OLE color: 6740387.

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

Color convert

RGB 163 217 102 -
CMYK 0.25 0 0.53 0.15
HSL 88.17º 0.6% 0.63% -
HSV(B) 88.17º 0.53% 0.85% -
XYZ 42.32 58.37 21.61 -
YUV 187.74 79.61 110.35 -
System Red Green Blue C M Y K H S L
Decimal 163 217 102 0.25 0 0.53 0.15 88.17 0.6 0.63
Hex A3 D9 66 19 0 35 F 58 3C 3F
Octal 243 331 146 31 0 65 17 130 74 77
Binary 10100011 11011001 1100110 11001 0 110101 1111 1011000 111100 111111

Color Harmonies of #A3D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D966

Black with #A3D966

Text Example


Text Example

White with #A3D966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D966; }

 p { color: rgb(163,217,102); }

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

background-color css

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

 a { background-color: rgb(163,217,102); }

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

border-color css

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

 span { border-color: rgb(163,217,102); }

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