Html Css Color HEX #A2F64F Conifer

📋 copy color: '#A2F64F'

red 162 ◦ green 246 ◦ blue 79

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

Shades of Conifer #A2F64F

Tints of Conifer #A2F64F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.51%

 BLUE value IS 79 (31.25% from 255) = 16.22%

R = 33.26%
G = 50.51%
B = 16.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#A2F64F (or 0xA2F64F) is known color: Conifer. HEX triplet: A2, F6 and 4F. RGB value is (162,246,79). Sum of RGB (Red+Green+Blue) = 162+246+79=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F64F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F64F is #5D09B0. Grayscale: #CACACA. Windows color (decimal): -6097329 or 5240482. OLE color: 5240482.

HSL color Cylindrical-coordinate representation of color #A2F64F: hue angle of 90.18º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2F64F is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 246 79 -
CMYK 0.34 0 0.68 0.04
HSL 90.18º 0.9% 0.64% -
HSV(B) 90.18º 0.68% 0.96% -
XYZ 49.27 74.16 19.11 -
YUV 201.85 58.67 99.58 -
System Red Green Blue C M Y K H S L
Decimal 162 246 79 0.34 0 0.68 0.04 90.18 0.9 0.64
Hex A2 F6 4F 22 0 44 4 5A 5A 40
Octal 242 366 117 42 0 104 4 132 132 100
Binary 10100010 11110110 1001111 100010 0 1000100 100 1011010 1011010 1000000

Color Harmonies of #A2F64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F64F

Black with #A2F64F

Text Example


Text Example

White with #A2F64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F64F; }

 p { color: rgb(162,246,79); }

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

background-color css

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

 a { background-color: rgb(162,246,79); }

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

border-color css

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

 span { border-color: rgb(162,246,79); }

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