Html Css Color HEX #A2F380 Feijoa

📋 copy color: '#A2F380'

red 162 ◦ green 243 ◦ blue 128

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

Shades of Feijoa #A2F380

Tints of Feijoa #A2F380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.02%

R = 30.39%
G = 45.59%
B = 24.02%

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

#A2F380 (or 0xA2F380) is known color: Feijoa. HEX triplet: A2, F3 and 80. RGB value is (162,243,128). Sum of RGB (Red+Green+Blue) = 162+243+128=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F380 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F380 is #5D0C7F. Grayscale: #CECECE. Windows color (decimal): -6098048 or 8450978. OLE color: 8450978.

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

Color convert

RGB 162 243 128 -
CMYK 0.33 0 0.47 0.05
HSL 102.26º 0.83% 0.73% -
HSV(B) 102.26º 0.47% 0.95% -
XYZ 50.85 73.34 31.9 -
YUV 205.67 84.16 96.85 -
System Red Green Blue C M Y K H S L
Decimal 162 243 128 0.33 0 0.47 0.05 102.26 0.83 0.73
Hex A2 F3 80 21 0 2F 5 66 53 49
Octal 242 363 200 41 0 57 5 146 123 111
Binary 10100010 11110011 10000000 100001 0 101111 101 1100110 1010011 1001001

Color Harmonies of #A2F380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F380

Black with #A2F380

Text Example


Text Example

White with #A2F380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F380; }

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

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

background-color css

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

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

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

border-color css

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

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

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