Html Css Color HEX #ACF284 Feijoa

📋 copy color: '#ACF284'

red 172 ◦ green 242 ◦ blue 132

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

Shades of Feijoa #ACF284

Tints of Feijoa #ACF284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.18%

R = 31.5%
G = 44.32%
B = 24.18%

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

#ACF284 (or 0xACF284) is known color: Feijoa. HEX triplet: AC, F2 and 84. RGB value is (172,242,132). Sum of RGB (Red+Green+Blue) = 172+242+132=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF284 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF284 is #530D7B. Grayscale: #D0D0D0. Windows color (decimal): -5442940 or 8712876. OLE color: 8712876.

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

Color convert

RGB 172 242 132 -
CMYK 0.29 0 0.45 0.05
HSL 98.18º 0.81% 0.73% -
HSV(B) 98.18º 0.45% 0.95% -
XYZ 52.93 73.94 33.31 -
YUV 208.53 84.81 101.94 -
System Red Green Blue C M Y K H S L
Decimal 172 242 132 0.29 0 0.45 0.05 98.18 0.81 0.73
Hex AC F2 84 1D 0 2D 5 62 51 49
Octal 254 362 204 35 0 55 5 142 121 111
Binary 10101100 11110010 10000100 11101 0 101101 101 1100010 1010001 1001001

Color Harmonies of #ACF284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF284

Black with #ACF284

Text Example


Text Example

White with #ACF284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF284; }

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

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

background-color css

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

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

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

border-color css

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

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

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