Html Css Color HEX #A2F148 Conifer

📋 copy color: '#A2F148'

red 162 ◦ green 241 ◦ blue 72

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

Shades of Conifer #A2F148

Tints of Conifer #A2F148

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.74%

 BLUE value IS 72 (28.52% from 255) = 15.16%

R = 34.11%
G = 50.74%
B = 15.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#A2F148 (or 0xA2F148) is known color: Conifer. HEX triplet: A2, F1 and 48. RGB value is (162,241,72). Sum of RGB (Red+Green+Blue) = 162+241+72=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F148 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F148 is #5D0EB7. Grayscale: #C6C6C6. Windows color (decimal): -6098616 or 4780450. OLE color: 4780450.

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

Color convert

RGB 162 241 72 -
CMYK 0.33 0 0.70 0.05
HSL 88.05º 0.86% 0.61% -
HSV(B) 88.05º 0.7% 0.95% -
XYZ 47.53 71.06 17.34 -
YUV 198.11 56.83 102.24 -
System Red Green Blue C M Y K H S L
Decimal 162 241 72 0.33 0 0.70 0.05 88.05 0.86 0.61
Hex A2 F1 48 21 0 46 5 58 56 3D
Octal 242 361 110 41 0 106 5 130 126 75
Binary 10100010 11110001 1001000 100001 0 1000110 101 1011000 1010110 111101

Color Harmonies of #A2F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F148

Black with #A2F148

Text Example


Text Example

White with #A2F148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F148; }

 p { color: rgb(162,241,72); }

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

background-color css

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

 a { background-color: rgb(162,241,72); }

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

border-color css

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

 span { border-color: rgb(162,241,72); }

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