Html Css Color HEX #A2F17D Feijoa

📋 copy color: '#A2F17D'

red 162 ◦ green 241 ◦ blue 125

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

Shades of Feijoa #A2F17D

Tints of Feijoa #A2F17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.67%

R = 30.68%
G = 45.64%
B = 23.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#A2F17D (or 0xA2F17D) is known color: Feijoa. HEX triplet: A2, F1 and 7D. RGB value is (162,241,125). Sum of RGB (Red+Green+Blue) = 162+241+125=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F17D is #5D0E82. Grayscale: #CCCCCC. Windows color (decimal): -6098563 or 8253858. OLE color: 8253858.

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

Color convert

RGB 162 241 125 -
CMYK 0.33 0 0.48 0.05
HSL 100.86º 0.81% 0.72% -
HSV(B) 100.86º 0.48% 0.95% -
XYZ 50.06 72.07 30.68 -
YUV 204.16 83.33 97.93 -
System Red Green Blue C M Y K H S L
Decimal 162 241 125 0.33 0 0.48 0.05 100.86 0.81 0.72
Hex A2 F1 7D 21 0 30 5 65 51 48
Octal 242 361 175 41 0 60 5 145 121 110
Binary 10100010 11110001 1111101 100001 0 110000 101 1100101 1010001 1001000

Color Harmonies of #A2F17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F17D

Black with #A2F17D

Text Example


Text Example

White with #A2F17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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