Html Css Color HEX #A2F248 Conifer

📋 copy color: '#A2F248'

red 162 ◦ green 242 ◦ blue 72

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

Shades of Conifer #A2F248

Tints of Conifer #A2F248

RGB

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

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

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

R = 34.03%
G = 50.84%
B = 15.13%

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

#A2F248 (or 0xA2F248) is known color: Conifer. HEX triplet: A2, F2 and 48. RGB value is (162,242,72). Sum of RGB (Red+Green+Blue) = 162+242+72=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F248 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F248 is #5D0DB7. Grayscale: #C7C7C7. Windows color (decimal): -6098360 or 4780706. OLE color: 4780706.

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

Color convert

RGB 162 242 72 -
CMYK 0.33 0 0.70 0.05
HSL 88.24º 0.87% 0.62% -
HSV(B) 88.24º 0.7% 0.95% -
XYZ 47.82 71.65 17.44 -
YUV 198.7 56.5 101.82 -
System Red Green Blue C M Y K H S L
Decimal 162 242 72 0.33 0 0.70 0.05 88.24 0.87 0.62
Hex A2 F2 48 21 0 46 5 58 57 3E
Octal 242 362 110 41 0 106 5 130 127 76
Binary 10100010 11110010 1001000 100001 0 1000110 101 1011000 1010111 111110

Color Harmonies of #A2F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F248

Black with #A2F248

Text Example


Text Example

White with #A2F248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F248; }

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

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

background-color css

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

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

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

border-color css

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

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

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