Html Css Color HEX #ACF685 Feijoa

📋 copy color: '#ACF685'

red 172 ◦ green 246 ◦ blue 133

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

Shades of Feijoa #ACF685

Tints of Feijoa #ACF685

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.65%

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

R = 31.22%
G = 44.65%
B = 24.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#ACF685 (or 0xACF685) is known color: Feijoa. HEX triplet: AC, F6 and 85. RGB value is (172,246,133). Sum of RGB (Red+Green+Blue) = 172+246+133=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF685 is #53097A. Grayscale: #D3D3D3. Windows color (decimal): -5441915 or 8779436. OLE color: 8779436.

HSL color Cylindrical-coordinate representation of color #ACF685: hue angle of 99.29º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF685 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 133 -
CMYK 0.30 0 0.46 0.04
HSL 99.29º 0.86% 0.74% -
HSV(B) 99.29º 0.46% 0.96% -
XYZ 54.2 76.38 34.08 -
YUV 210.99 83.98 100.19 -
System Red Green Blue C M Y K H S L
Decimal 172 246 133 0.30 0 0.46 0.04 99.29 0.86 0.74
Hex AC F6 85 1E 0 2E 4 63 56 4A
Octal 254 366 205 36 0 56 4 143 126 112
Binary 10101100 11110110 10000101 11110 0 101110 100 1100011 1010110 1001010

Color Harmonies of #ACF685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF685

Black with #ACF685

Text Example


Text Example

White with #ACF685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF685; }

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

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

background-color css

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

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

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

border-color css

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

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

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