Html Css Color HEX #A2F258 Conifer

📋 copy color: '#A2F258'

red 162 ◦ green 242 ◦ blue 88

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

Shades of Conifer #A2F258

Tints of Conifer #A2F258

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.19%

 BLUE value IS 88 (34.77% from 255) = 17.89%

R = 32.93%
G = 49.19%
B = 17.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#A2F258 (or 0xA2F258) is known color: Conifer. HEX triplet: A2, F2 and 58. RGB value is (162,242,88). Sum of RGB (Red+Green+Blue) = 162+242+88=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F258 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F258 is #5D0DA7. Grayscale: #C9C9C9. Windows color (decimal): -6098344 or 5829282. OLE color: 5829282.

HSL color Cylindrical-coordinate representation of color #A2F258: hue angle of 91.17º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2F258 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 242 88 -
CMYK 0.33 0 0.64 0.05
HSL 91.17º 0.86% 0.65% -
HSV(B) 91.17º 0.64% 0.95% -
XYZ 48.41 71.89 20.56 -
YUV 200.52 64.5 100.52 -
System Red Green Blue C M Y K H S L
Decimal 162 242 88 0.33 0 0.64 0.05 91.17 0.86 0.65
Hex A2 F2 58 21 0 40 5 5B 56 41
Octal 242 362 130 41 0 100 5 133 126 101
Binary 10100010 11110010 1011000 100001 0 1000000 101 1011011 1010110 1000001

Color Harmonies of #A2F258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F258

Black with #A2F258

Text Example


Text Example

White with #A2F258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F258; }

 p { color: rgb(162,242,88); }

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

background-color css

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

 a { background-color: rgb(162,242,88); }

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

border-color css

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

 span { border-color: rgb(162,242,88); }

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