Html Css Color HEX #A2D665 Conifer

📋 copy color: '#A2D665'

red 162 ◦ green 214 ◦ blue 101

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

Shades of Conifer #A2D665

Tints of Conifer #A2D665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.17%

R = 33.96%
G = 44.86%
B = 21.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#A2D665 (or 0xA2D665) is known color: Conifer. HEX triplet: A2, D6 and 65. RGB value is (162,214,101). Sum of RGB (Red+Green+Blue) = 162+214+101=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D665 is #5D299A. Grayscale: #B9B9B9. Windows color (decimal): -6105499 or 6674082. OLE color: 6674082.

HSL color Cylindrical-coordinate representation of color #A2D665: hue angle of 87.61º degrees, saturation: 0.58, 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 #A2D665 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 214 101 -
CMYK 0.24 0 0.53 0.16
HSL 87.61º 0.58% 0.62% -
HSV(B) 87.61º 0.53% 0.84% -
XYZ 41.3 56.71 21.08 -
YUV 185.57 80.27 111.19 -
System Red Green Blue C M Y K H S L
Decimal 162 214 101 0.24 0 0.53 0.16 87.61 0.58 0.62
Hex A2 D6 65 18 0 35 10 58 3A 3E
Octal 242 326 145 30 0 65 20 130 72 76
Binary 10100010 11010110 1100101 11000 0 110101 10000 1011000 111010 111110

Color Harmonies of #A2D665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D665

Black with #A2D665

Text Example


Text Example

White with #A2D665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D665; }

 p { color: rgb(162,214,101); }

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

background-color css

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

 a { background-color: rgb(162,214,101); }

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

border-color css

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

 span { border-color: rgb(162,214,101); }

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