Html Css Color HEX #A2F17F Feijoa

📋 copy color: '#A2F17F'

red 162 ◦ green 241 ◦ blue 127

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

Shades of Feijoa #A2F17F

Tints of Feijoa #A2F17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.96%

R = 30.57%
G = 45.47%
B = 23.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#A2F17F (or 0xA2F17F) is known color: Feijoa. HEX triplet: A2, F1 and 7F. RGB value is (162,241,127). Sum of RGB (Red+Green+Blue) = 162+241+127=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F17F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F17F is #5D0E80. Grayscale: #CCCCCC. Windows color (decimal): -6098561 or 8384930. OLE color: 8384930.

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

Color convert

RGB 162 241 127 -
CMYK 0.33 0 0.47 0.05
HSL 101.58º 0.8% 0.72% -
HSV(B) 101.58º 0.47% 0.95% -
XYZ 50.19 72.12 31.35 -
YUV 204.38 84.33 97.77 -
System Red Green Blue C M Y K H S L
Decimal 162 241 127 0.33 0 0.47 0.05 101.58 0.8 0.72
Hex A2 F1 7F 21 0 2F 5 66 50 48
Octal 242 361 177 41 0 57 5 146 120 110
Binary 10100010 11110001 1111111 100001 0 101111 101 1100110 1010000 1001000

Color Harmonies of #A2F17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F17F

Black with #A2F17F

Text Example


Text Example

White with #A2F17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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