Html Css Color HEX #ACF286 Feijoa

📋 copy color: '#ACF286'

red 172 ◦ green 242 ◦ blue 134

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

Shades of Feijoa #ACF286

Tints of Feijoa #ACF286

RGB

 RED value IS 172 (67.58% from 255) = 31.39%

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

 BLUE value IS 134 (52.73% from 255) = 24.45%

R = 31.39%
G = 44.16%
B = 24.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#ACF286 (or 0xACF286) is known color: Feijoa. HEX triplet: AC, F2 and 86. RGB value is (172,242,134). Sum of RGB (Red+Green+Blue) = 172+242+134=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF286 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF286 is #530D79. Grayscale: #D1D1D1. Windows color (decimal): -5442938 or 8843948. OLE color: 8843948.

HSL color Cylindrical-coordinate representation of color #ACF286: hue angle of 98.89º 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 #ACF286 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 134 -
CMYK 0.29 0 0.45 0.05
HSL 98.89º 0.81% 0.74% -
HSV(B) 98.89º 0.45% 0.95% -
XYZ 53.07 74 34.04 -
YUV 208.76 85.81 101.78 -
System Red Green Blue C M Y K H S L
Decimal 172 242 134 0.29 0 0.45 0.05 98.89 0.81 0.74
Hex AC F2 86 1D 0 2D 5 63 51 4A
Octal 254 362 206 35 0 55 5 143 121 112
Binary 10101100 11110010 10000110 11101 0 101101 101 1100011 1010001 1001010

Color Harmonies of #ACF286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF286

Black with #ACF286

Text Example


Text Example

White with #ACF286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF286; }

 p { color: rgb(172,242,134); }

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

background-color css

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

 a { background-color: rgb(172,242,134); }

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

border-color css

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

 span { border-color: rgb(172,242,134); }

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