Html Css Color HEX #ACF285 Feijoa

📋 copy color: '#ACF285'

red 172 ◦ green 242 ◦ blue 133

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

Shades of Feijoa #ACF285

Tints of Feijoa #ACF285

RGB

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

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

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

R = 31.44%
G = 44.24%
B = 24.31%

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

#ACF285 (or 0xACF285) is known color: Feijoa. HEX triplet: AC, F2 and 85. RGB value is (172,242,133). Sum of RGB (Red+Green+Blue) = 172+242+133=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF285 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF285 is #530D7A. Grayscale: #D1D1D1. Windows color (decimal): -5442939 or 8778412. OLE color: 8778412.

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

Color convert

RGB 172 242 133 -
CMYK 0.29 0 0.45 0.05
HSL 98.53º 0.81% 0.74% -
HSV(B) 98.53º 0.45% 0.95% -
XYZ 53 73.97 33.67 -
YUV 208.64 85.31 101.86 -
System Red Green Blue C M Y K H S L
Decimal 172 242 133 0.29 0 0.45 0.05 98.53 0.81 0.74
Hex AC F2 85 1D 0 2D 5 63 51 4A
Octal 254 362 205 35 0 55 5 143 121 112
Binary 10101100 11110010 10000101 11101 0 101101 101 1100011 1010001 1001010

Color Harmonies of #ACF285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF285

Black with #ACF285

Text Example


Text Example

White with #ACF285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF285; }

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

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

background-color css

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

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

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

border-color css

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

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

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