Html Css Color HEX #A2FB60 Conifer

📋 copy color: '#A2FB60'

red 162 ◦ green 251 ◦ blue 96

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

Shades of Conifer #A2FB60

Tints of Conifer #A2FB60

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.31%

 BLUE value IS 96 (37.89% from 255) = 18.86%

R = 31.83%
G = 49.31%
B = 18.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#A2FB60 (or 0xA2FB60) is known color: Conifer. HEX triplet: A2, FB and 60. RGB value is (162,251,96). Sum of RGB (Red+Green+Blue) = 162+251+96=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FB60 is #5D049F. Grayscale: #CFCFCF. Windows color (decimal): -6096032 or 6355874. OLE color: 6355874.

HSL color Cylindrical-coordinate representation of color #A2FB60: hue angle of 94.45º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2FB60 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 251 96 -
CMYK 0.35 0 0.62 0.02
HSL 94.45º 0.95% 0.68% -
HSV(B) 94.45º 0.62% 0.98% -
XYZ 51.51 77.52 23.31 -
YUV 206.72 65.51 96.1 -
System Red Green Blue C M Y K H S L
Decimal 162 251 96 0.35 0 0.62 0.02 94.45 0.95 0.68
Hex A2 FB 60 23 0 3E 2 5E 5F 44
Octal 242 373 140 43 0 76 2 136 137 104
Binary 10100010 11111011 1100000 100011 0 111110 10 1011110 1011111 1000100

Color Harmonies of #A2FB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FB60

Black with #A2FB60

Text Example


Text Example

White with #A2FB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FB60; }

 p { color: rgb(162,251,96); }

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

background-color css

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

 a { background-color: rgb(162,251,96); }

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

border-color css

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

 span { border-color: rgb(162,251,96); }

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