Html Css Color HEX #A2D75F Conifer

📋 copy color: '#A2D75F'

red 162 ◦ green 215 ◦ blue 95

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

Shades of Conifer #A2D75F

Tints of Conifer #A2D75F

RGB

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

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

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

R = 34.32%
G = 45.55%
B = 20.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#A2D75F (or 0xA2D75F) is known color: Conifer. HEX triplet: A2, D7 and 5F. RGB value is (162,215,95). Sum of RGB (Red+Green+Blue) = 162+215+95=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D75F is #5D28A0. Grayscale: #B9B9B9. Windows color (decimal): -6105249 or 6281122. OLE color: 6281122.

HSL color Cylindrical-coordinate representation of color #A2D75F: hue angle of 86.5º degrees, saturation: 0.6, 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 #A2D75F is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 215 95 -
CMYK 0.25 0 0.56 0.16
HSL 86.5º 0.6% 0.61% -
HSV(B) 86.5º 0.56% 0.84% -
XYZ 41.27 57.11 19.67 -
YUV 185.47 76.94 111.26 -
System Red Green Blue C M Y K H S L
Decimal 162 215 95 0.25 0 0.56 0.16 86.5 0.6 0.61
Hex A2 D7 5F 19 0 38 10 56 3C 3D
Octal 242 327 137 31 0 70 20 126 74 75
Binary 10100010 11010111 1011111 11001 0 111000 10000 1010110 111100 111101

Color Harmonies of #A2D75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D75F

Black with #A2D75F

Text Example


Text Example

White with #A2D75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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