Html Css Color HEX #A2FB6A Feijoa

📋 copy color: '#A2FB6A'

red 162 ◦ green 251 ◦ blue 106

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

Shades of Feijoa #A2FB6A

Tints of Feijoa #A2FB6A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.36%

 BLUE value IS 106 (41.8% from 255) = 20.42%

R = 31.21%
G = 48.36%
B = 20.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#A2FB6A (or 0xA2FB6A) is known color: Feijoa. HEX triplet: A2, FB and 6A. RGB value is (162,251,106). Sum of RGB (Red+Green+Blue) = 162+251+106=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FB6A is #5D0495. Grayscale: #D0D0D0. Windows color (decimal): -6096022 or 7011234. OLE color: 7011234.

HSL color Cylindrical-coordinate representation of color #A2FB6A: hue angle of 96.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2FB6A is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 251 106 -
CMYK 0.35 0 0.58 0.02
HSL 96.83º 0.95% 0.7% -
HSV(B) 96.83º 0.58% 0.98% -
XYZ 52 77.72 25.9 -
YUV 207.86 70.51 95.29 -
System Red Green Blue C M Y K H S L
Decimal 162 251 106 0.35 0 0.58 0.02 96.83 0.95 0.7
Hex A2 FB 6A 23 0 3A 2 61 5F 46
Octal 242 373 152 43 0 72 2 141 137 106
Binary 10100010 11111011 1101010 100011 0 111010 10 1100001 1011111 1000110

Color Harmonies of #A2FB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FB6A

Black with #A2FB6A

Text Example


Text Example

White with #A2FB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FB6A; }

 p { color: rgb(162,251,106); }

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

background-color css

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

 a { background-color: rgb(162,251,106); }

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

border-color css

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

 span { border-color: rgb(162,251,106); }

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