Html Css Color HEX #A2F16D Feijoa

📋 copy color: '#A2F16D'

red 162 ◦ green 241 ◦ blue 109

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

Shades of Feijoa #A2F16D

Tints of Feijoa #A2F16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.29%

R = 31.64%
G = 47.07%
B = 21.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#A2F16D (or 0xA2F16D) is known color: Feijoa. HEX triplet: A2, F1 and 6D. RGB value is (162,241,109). Sum of RGB (Red+Green+Blue) = 162+241+109=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F16D is #5D0E92. Grayscale: #CACACA. Windows color (decimal): -6098579 or 7205282. OLE color: 7205282.

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

Color convert

RGB 162 241 109 -
CMYK 0.33 0 0.55 0.05
HSL 95.91º 0.83% 0.69% -
HSV(B) 95.91º 0.55% 0.95% -
XYZ 49.12 71.7 25.72 -
YUV 202.33 75.33 99.23 -
System Red Green Blue C M Y K H S L
Decimal 162 241 109 0.33 0 0.55 0.05 95.91 0.83 0.69
Hex A2 F1 6D 21 0 37 5 60 52 45
Octal 242 361 155 41 0 67 5 140 122 105
Binary 10100010 11110001 1101101 100001 0 110111 101 1100000 1010010 1000101

Color Harmonies of #A2F16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F16D

Black with #A2F16D

Text Example


Text Example

White with #A2F16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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