Html Css Color HEX #A2D65F Conifer

📋 copy color: '#A2D65F'

red 162 ◦ green 214 ◦ blue 95

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

Shades of Conifer #A2D65F

Tints of Conifer #A2D65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.17%

R = 34.39%
G = 45.44%
B = 20.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#A2D65F (or 0xA2D65F) is known color: Conifer. HEX triplet: A2, D6 and 5F. RGB value is (162,214,95). Sum of RGB (Red+Green+Blue) = 162+214+95=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D65F is #5D29A0. Grayscale: #B9B9B9. Windows color (decimal): -6105505 or 6280866. OLE color: 6280866.

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

Color convert

RGB 162 214 95 -
CMYK 0.24 0 0.56 0.16
HSL 86.22º 0.59% 0.61% -
HSV(B) 86.22º 0.56% 0.84% -
XYZ 41.01 56.6 19.59 -
YUV 184.89 77.27 111.68 -
System Red Green Blue C M Y K H S L
Decimal 162 214 95 0.24 0 0.56 0.16 86.22 0.59 0.61
Hex A2 D6 5F 18 0 38 10 56 3B 3D
Octal 242 326 137 30 0 70 20 126 73 75
Binary 10100010 11010110 1011111 11000 0 111000 10000 1010110 111011 111101

Color Harmonies of #A2D65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D65F

Black with #A2D65F

Text Example


Text Example

White with #A2D65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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