Html Css Color HEX #A7F285 Feijoa

📋 copy color: '#A7F285'

red 167 ◦ green 242 ◦ blue 133

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

Shades of Feijoa #A7F285

Tints of Feijoa #A7F285

RGB

 RED value IS 167 (65.63% from 255) = 30.81%

 GREEN value IS 242 (94.92% from 255) = 44.65%

 BLUE value IS 133 (52.34% from 255) = 24.54%

R = 30.81%
G = 44.65%
B = 24.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#A7F285 (or 0xA7F285) is known color: Feijoa. HEX triplet: A7, F2 and 85. RGB value is (167,242,133). Sum of RGB (Red+Green+Blue) = 167+242+133=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #A7F285 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7F285 is #580D7A. Grayscale: #CFCFCF. Windows color (decimal): -5770619 or 8778407. OLE color: 8778407.

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

Color convert

RGB 167 242 133 -
CMYK 0.31 0 0.45 0.05
HSL 101.28º 0.81% 0.74% -
HSV(B) 101.28º 0.45% 0.95% -
XYZ 51.92 73.41 33.62 -
YUV 207.15 86.15 99.36 -
System Red Green Blue C M Y K H S L
Decimal 167 242 133 0.31 0 0.45 0.05 101.28 0.81 0.74
Hex A7 F2 85 1F 0 2D 5 65 51 4A
Octal 247 362 205 37 0 55 5 145 121 112
Binary 10100111 11110010 10000101 11111 0 101101 101 1100101 1010001 1001010

Color Harmonies of #A7F285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F285

Black with #A7F285

Text Example


Text Example

White with #A7F285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F285; }

 p { color: rgb(167,242,133); }

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

background-color css

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

 a { background-color: rgb(167,242,133); }

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

border-color css

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

 span { border-color: rgb(167,242,133); }

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