Html Css Color HEX #A2F349 Conifer

📋 copy color: '#A2F349'

red 162 ◦ green 243 ◦ blue 73

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

Shades of Conifer #A2F349

Tints of Conifer #A2F349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.84%

 BLUE value IS 73 (28.91% from 255) = 15.27%

R = 33.89%
G = 50.84%
B = 15.27%

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

#A2F349 (or 0xA2F349) is known color: Conifer. HEX triplet: A2, F3 and 49. RGB value is (162,243,73). Sum of RGB (Red+Green+Blue) = 162+243+73=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F349 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F349 is #5D0CB6. Grayscale: #C8C8C8. Windows color (decimal): -6098103 or 4846498. OLE color: 4846498.

HSL color Cylindrical-coordinate representation of color #A2F349: hue angle of 88.59º degrees, saturation: 0.88, 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 #A2F349 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 243 73 -
CMYK 0.33 0 0.70 0.05
HSL 88.59º 0.88% 0.62% -
HSV(B) 88.59º 0.7% 0.95% -
XYZ 48.15 72.26 17.71 -
YUV 199.4 56.66 101.32 -
System Red Green Blue C M Y K H S L
Decimal 162 243 73 0.33 0 0.70 0.05 88.59 0.88 0.62
Hex A2 F3 49 21 0 46 5 59 58 3E
Octal 242 363 111 41 0 106 5 131 130 76
Binary 10100010 11110011 1001001 100001 0 1000110 101 1011001 1011000 111110

Color Harmonies of #A2F349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F349

Black with #A2F349

Text Example


Text Example

White with #A2F349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F349; }

 p { color: rgb(162,243,73); }

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

background-color css

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

 a { background-color: rgb(162,243,73); }

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

border-color css

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

 span { border-color: rgb(162,243,73); }

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