Html Css Color HEX #A2D967 Conifer

📋 copy color: '#A2D967'

red 162 ◦ green 217 ◦ blue 103

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

Shades of Conifer #A2D967

Tints of Conifer #A2D967

RGB

 RED value IS 162 (63.67% from 255) = 33.61%

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

 BLUE value IS 103 (40.63% from 255) = 21.37%

R = 33.61%
G = 45.02%
B = 21.37%

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

#A2D967 (or 0xA2D967) is known color: Conifer. HEX triplet: A2, D9 and 67. RGB value is (162,217,103). Sum of RGB (Red+Green+Blue) = 162+217+103=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D967 is #5D2698. Grayscale: #BBBBBB. Windows color (decimal): -6104729 or 6805922. OLE color: 6805922.

HSL color Cylindrical-coordinate representation of color #A2D967: hue angle of 88.95º 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 #A2D967 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 103 -
CMYK 0.25 0 0.53 0.15
HSL 88.95º 0.6% 0.63% -
HSV(B) 88.95º 0.53% 0.85% -
XYZ 42.16 58.29 21.86 -
YUV 187.56 80.28 109.77 -
System Red Green Blue C M Y K H S L
Decimal 162 217 103 0.25 0 0.53 0.15 88.95 0.6 0.63
Hex A2 D9 67 19 0 35 F 59 3C 3F
Octal 242 331 147 31 0 65 17 131 74 77
Binary 10100010 11011001 1100111 11001 0 110101 1111 1011001 111100 111111

Color Harmonies of #A2D967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D967

Black with #A2D967

Text Example


Text Example

White with #A2D967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D967; }

 p { color: rgb(162,217,103); }

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

background-color css

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

 a { background-color: rgb(162,217,103); }

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

border-color css

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

 span { border-color: rgb(162,217,103); }

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