Html Css Color HEX #A2D766 Conifer

📋 copy color: '#A2D766'

red 162 ◦ green 215 ◦ blue 102

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

Shades of Conifer #A2D766

Tints of Conifer #A2D766

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.89%

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

R = 33.82%
G = 44.89%
B = 21.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#A2D766 (or 0xA2D766) is known color: Conifer. HEX triplet: A2, D7 and 66. RGB value is (162,215,102). Sum of RGB (Red+Green+Blue) = 162+215+102=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D766 is #5D2899. Grayscale: #BABABA. Windows color (decimal): -6105242 or 6739874. OLE color: 6739874.

HSL color Cylindrical-coordinate representation of color #A2D766: hue angle of 88.14º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2D766 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 215 102 -
CMYK 0.25 0 0.53 0.16
HSL 88.14º 0.59% 0.62% -
HSV(B) 88.14º 0.53% 0.84% -
XYZ 41.6 57.24 21.43 -
YUV 186.27 80.44 110.69 -
System Red Green Blue C M Y K H S L
Decimal 162 215 102 0.25 0 0.53 0.16 88.14 0.59 0.62
Hex A2 D7 66 19 0 35 10 58 3B 3E
Octal 242 327 146 31 0 65 20 130 73 76
Binary 10100010 11010111 1100110 11001 0 110101 10000 1011000 111011 111110

Color Harmonies of #A2D766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D766

Black with #A2D766

Text Example


Text Example

White with #A2D766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D766; }

 p { color: rgb(162,215,102); }

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

background-color css

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

 a { background-color: rgb(162,215,102); }

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

border-color css

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

 span { border-color: rgb(162,215,102); }

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